Changeset 2486 for trunk/app/views/entries/admin_comments.ctp
- Timestamp:
- 08/27/10 17:14:12 (21 months ago)
- File:
-
- 1 edited
-
trunk/app/views/entries/admin_comments.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/entries/admin_comments.ctp
r2258 r2486 23 23 $img = 'static/status_0_icon.png'; 24 24 endif; 25 echo __('Entry', True) . ': '.$this->Html->link($v['Entry']['title'], '/entries/view/'.$ session->read('Auth.User.username').'/'.$v['Entry']['id'], array('target'=>'_blank')) . '<br /><br />';25 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 />'; 26 26 echo $this->Html->link( 27 27 $this->Html->image('avatars/'.$c['User']['avatar'], array('alt'=>$c['User']['username'], 'title'=>$c['User']['username'])),
Note: See TracChangeset
for help on using the changeset viewer.
