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/catforums/admin_listing.ctp

    r2259 r2486  
    6464                        'alt'=>__('Edit', True), 'title'=>__('Edit', True))),  
    6565                         '/admin/forums/edit/'.$v['catforum_id'].'/'.$v['id'], array('escape'=>False)) .'</td>'; 
    66      echo '<td>'.$this->Html->link($v['title'], '/forums/display/'.$session->read('Auth.User.username').'/'.$v['id'].'/'.$v['vclassroom_id']) .'</td>'; 
     66     echo '<td>'.$this->Html->link($v['title'], '/forums/display/'.$this->Session->read('Auth.User.username').'/'.$v['id'].'/'.$v['vclassroom_id']) .'</td>'; 
    6767     echo '<td colspan="2"> '. $v['description'] .' </td>'; 
    6868     echo '<td>'. $this->Html->link($this->Html->image($img, array('width'=>'14px', 'alt'=>$st, 'title'=>$st)),  
Note: See TracChangeset for help on using the changeset viewer.