Changeset 1278 in ExiteCMS
- Timestamp:
- 02/13/08 22:03:06 (4 years ago)
- File:
-
- 1 edited
-
trunk/forum/viewforum.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/viewforum.php
r1246 r1278 84 84 $variables['user_can_post'] = $can_post; 85 85 86 // this forums caption 87 $variables['forum_cat_id'] = $data['forum_cat_id']; 88 $variables['forum_cat_name'] = $data['forum_cat_name']; 89 $variables['forum_name'] = $data['forum_name']; 90 86 91 // if a mark-all-read, was requested, check if it's possible, then do it before continuing 87 92 if (iMEMBER && $can_post && isset($action) && $action == "markallread") { … … 101 106 } 102 107 } 103 104 // this forums caption105 $variables['forum_cat_id'] = $data['forum_cat_id'];106 $variables['forum_cat_name'] = $data['forum_cat_name'];107 $variables['forum_name'] = $data['forum_name'];108 108 109 109 // check for unread posts in this forum
Note: See TracChangeset
for help on using the changeset viewer.
