Changeset 591 for trunk/app/views/news

Show
Ignore:
Timestamp:
06/06/08 14:59:55 (6 months ago)
Author:
aarkerio
Message:

Little bugs

Files:
1 modified

Legend:

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

    r588 r591  
    2626 
    2727  if ($val['News']['comments'] == 1 ):  // comments enabled on this new 
    28      echo $html->para(null, $html->link(__(' 
    29 Put your comment', true), '/news/view/'.$val['News']['id'])); 
     28     echo $html->para(null, $html->link(__('Put your comment', true), '/news/view/'.$val['News']['id'])); 
    3029  endif; 
    3130?>