Changeset 636 for trunk/app/views/news/display.ctp
- Timestamp:
- 07/09/08 21:55:19 (5 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/news/display.ctp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/news/display.ctp
r621 r636 1 1 <?php 2 // die(debug($_SERVER));2 //die(debug($data)); 3 3 4 4 echo $html->div('title_portal', __('News on Campus', true)); … … 26 26 27 27 if ($val['News']['comments'] == 1 ): // comments enabled on this new 28 e cho $html->para(null, $html->link(__('Put your comment', true), '/news/view/'.$val['News']['id']));28 e($html->para(null,$html->link(__('Put your comment', true).' ('. count($val['Discussion']).')','/news/view/'.$val['News']['id']))); 29 29 endif; 30 30 ?>
