Changeset 497 for trunk/app/views/news/view.ctp
- Timestamp:
- 05/16/08 23:06:30 (8 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/news/view.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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 ?>
