Show
Ignore:
Timestamp:
07/09/08 21:55:19 (5 months ago)
Author:
aarkerio
Message:

Updates genrali

Files:
1 modified

Legend:

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

    r621 r636  
    11<?php 
    2 // die(debug($_SERVER)); 
     2//die(debug($data)); 
    33 
    44echo $html->div('title_portal', __('News on Campus', true)); 
     
    2626 
    2727  if ($val['News']['comments'] == 1 ):  // comments enabled on this new 
    28      echo $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']))); 
    2929  endif; 
    3030?>