Ignore:
Timestamp:
08/27/10 17:14:12 (21 months ago)
Author:
aarkerio
Message:

Helper updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/app/views/wikis/admin_listing.ctp

    r2419 r2486  
    3232         $val['Wiki']['title'], 
    3333         $this->Html->link($this->Html->image($img, array('width'=>'14px','alt'=>$st, 'title'=>$st)),'/admin/wikis/change/'.$val['Wiki']['id'].'/'.$val['Wiki']['status'], array('escape'=>False)),  
    34              $this->Html->link($this->Html->image('static/view-icon.png', array('alt'=>__('See WikiPage', True), 'title'=>__('See WikiPage', True))), '/wikis/view/'.$session->read('Auth.User.username').'/'.$val['Wiki']['slug'],  array('escape'=>False)), 
     34             $this->Html->link($this->Html->image('static/view-icon.png', array('alt'=>__('See WikiPage', True), 'title'=>__('See WikiPage', True))), '/wikis/view/'.$this->Session->read('Auth.User.username').'/'.$val['Wiki']['slug'],  array('escape'=>False)), 
    3535             $this->Html->link($this->Html->image($img2, array('width'=>'17px','alt'=>$st2, 'title'=>$st2)),'/admin/wikis/public/'.$val['Wiki']['id'].'/'.$val['Wiki']['public'],  array('escape'=>False)), 
    3636         $gags->confirmDel($val['Wiki']['id'], 'Wiki') 
Note: See TracChangeset for help on using the changeset viewer.