Show
Ignore:
Timestamp:
06/16/08 23:05:09 (5 months ago)
Author:
aarkerio
Message:

RSS

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/layouts/admin.ctp

    r582 r610  
    55<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
    66 <head> 
    7   <title>Karamelo: Control Panel</title> 
     7  <title>Karamelo</title> 
    88<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> 
    99<!--[if gte IE 5.5]> 
     
    3030<div id="header"> 
    3131<div style="width:300px;float:left;margin-right:15px;"> 
    32 <h1><?php echo $html->link('Karamelo: Control Panel', '/admin/entries/start'); ?></h1>  
    33 <?php echo $html->para(null, 'e-Learning platform'); ?> 
     32<h1><?php echo $html->link('Karamelo', '/admin/entries/start'); ?></h1>  
     33<?php echo $html->para(null, 'Web 2.0 eLearning platform'); ?> 
    3434</div> 
    3535<div style="width:700px;float:left;">  
    36 Logged in as <strong><?php echo $session->read('Auth.User.username'); ?></strong> | 
     36<?php __('Logged in'); ?> <strong><?php echo $session->read('Auth.User.username'); ?></strong> | 
    3737<?php   
    3838  echo $html->link($session->read('Auth.User.username') . '\'s blog',  '/blog/'. $session->read('Auth.User.username')) . ' | ';  
    3939  echo $html->link($_SERVER['HTTP_HOST'], '/').' | '; 
    40   echo $html->link('My Account', '/admin/users/edit') .' | '. $html->link('Logout', '/users/logout'); ?> 
     40  echo $html->link(__('My profile', true), '/admin/users/edit') .' | '. $html->link(__('Logout', true), '/users/logout');  
     41?> 
    4142</div> 
    4243</div><!-- header ends-->