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

Message interfase

Files:
1 modified

Legend:

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

    r460 r497  
    3737<?php   
    3838  echo $html->link($cU['User']['username'] . '\'s blog',  '/blog/'. $cU['User']['username']) . ' | ';  
    39   echo $html->link($_SERVER['SERVER_NAME'], '/').' | '; 
     39  echo $html->link($_SERVER['HTTP_HOST'], '/').' | '; 
    4040  echo $html->link('My Account', '/admin/users/edit') .' | '. $html->link('Logout', '/users/logout'); ?> 
    4141</div>