Changeset 788 for trunk/app/views/entries
- Timestamp:
- 10/01/08 20:21:44 (7 weeks ago)
- Files:
-
- 1 modified
-
trunk/app/views/entries/admin_comments.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/entries/admin_comments.ctp
r776 r788 2 2 echo $html->div('title_section', __('Comments in your eduBlog', true)); 3 3 //debug($data); 4 if ( count($data) < 1 ): 5 echo '<h1>'.__('No comments yet', true) .'</h1>';; 6 endif; 7 4 8 foreach($data as $v): 5 9 $tmp = $html->para(null, 'Entry: '.$html->link($v['Entry']['title'], 'http://'.$_SERVER['HTTP_HOST'].'/entries/view/'.$session->read('Auth.User.username').'/'.$v['Entry']['id']), array('style'=>'font-size:14pt;font-weigth:bold;'));
