Changeset 2486 for trunk/app/views/catforums/admin_listing.ctp
- Timestamp:
- 08/27/10 17:14:12 (21 months ago)
- File:
-
- 1 edited
-
trunk/app/views/catforums/admin_listing.ctp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/catforums/admin_listing.ctp
r2259 r2486 64 64 'alt'=>__('Edit', True), 'title'=>__('Edit', True))), 65 65 '/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>'; 67 67 echo '<td colspan="2"> '. $v['description'] .' </td>'; 68 68 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.
