Changeset 497
- Timestamp:
- 05/16/08 23:06:30 (8 months ago)
- Location:
- trunk/app/views
- Files:
-
- 2 modified
-
layouts/admin.ctp (modified) (1 diff)
-
news/view.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/layouts/admin.ctp
r460 r497 37 37 <?php 38 38 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'], '/').' | '; 40 40 echo $html->link('My Account', '/admin/users/edit') .' | '. $html->link('Logout', '/users/logout'); ?> 41 41 </div> -
trunk/app/views/news/view.ctp
r409 r497 20 20 <span style="font-size:7pt;">Permalink:</span> <br /> 21 21 <?php echo $html->link( 22 'http://'.$_SERVER[' SERVER_NAME'].'/news/view/'.$data['News']['id'],23 'http://'.$_SERVER[' SERVER_NAME'].'/news/view/'.$data['News']['id']22 'http://'.$_SERVER['HTTP_HOST'].'/news/view/'.$data['News']['id'], 23 'http://'.$_SERVER['HTTP_HOST'].'/news/view/'.$data['News']['id'] 24 24 ); 25 25 ?>
