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

Message interfase

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/news/view.ctp

    r409 r497  
    2020    <span style="font-size:7pt;">Permalink:</span> <br /> 
    2121    <?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'] 
    2424               );  
    2525?>