Changeset 610 for trunk/app/views/layouts/admin.ctp
- Timestamp:
- 06/16/08 23:05:09 (5 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/layouts/admin.ctp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/layouts/admin.ctp
r582 r610 5 5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 6 6 <head> 7 <title>Karamelo : Control Panel</title>7 <title>Karamelo</title> 8 8 <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> 9 9 <!--[if gte IE 5.5]> … … 30 30 <div id="header"> 31 31 <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'); ?> 34 34 </div> 35 35 <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> | 37 37 <?php 38 38 echo $html->link($session->read('Auth.User.username') . '\'s blog', '/blog/'. $session->read('Auth.User.username')) . ' | '; 39 39 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 ?> 41 42 </div> 42 43 </div><!-- header ends-->
