Changeset 1706 in ExiteCMS for branches/PLi-Fusion/forum/post.php
- Timestamp:
- 08/27/08 22:48:36 (4 years ago)
- File:
-
- 1 edited
-
branches/PLi-Fusion/forum/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/PLi-Fusion/forum/post.php
r1666 r1706 1021 1021 $variables['attachtypes'] = str_replace(',', ' ', $settings['attachtypes']); 1022 1022 // define the panel 1023 $template_panels[] = array('type' => 'body', 'name' => 'forum.post', 'title' => $title, 'template' => 'forum.post.tpl', 'locale' => array("forum.main", "forum.post", "admin.forum_polls" ));1023 $template_panels[] = array('type' => 'body', 'name' => 'forum.post', 'title' => $title, 'template' => 'forum.post.tpl', 'locale' => array("forum.main", "forum.post", "admin.forum_polls", "hoteditor")); 1024 1024 $template_variables['forum.post'] = $variables; 1025 1025 break;
Note: See TracChangeset
for help on using the changeset viewer.
