Changeset 2486 for trunk/app/views/comments/admin_listing.ctp
- Timestamp:
- 08/27/10 17:14:12 (21 months ago)
- File:
-
- 1 edited
-
trunk/app/views/comments/admin_listing.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/comments/admin_listing.ctp
r2369 r2486 85 85 86 86 #Start the block 87 echo __('Entry', True) . ': '.$this->Html->link($v['Entry']['title'], '/entries/view/'.$ session->read('Auth.User.username').'/'.$v['Entry']['id'], array('target'=>'_blank')) . '<br /><br />';87 echo __('Entry', True) . ': '.$this->Html->link($v['Entry']['title'], '/entries/view/'.$this->Session->read('Auth.User.username').'/'.$v['Entry']['id'], array('target'=>'_blank')) . '<br /><br />'; 88 88 echo $user . ' ' . __('wrote', true) . ':<br />'; 89 89 echo $this->Html->para(null, nl2br(h($v['Comment']['comment'])));
Note: See TracChangeset
for help on using the changeset viewer.
