Changeset 1071 in ExiteCMS for trunk/forum/post.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/forum/post.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/post.php
r1055 r1071 45 45 46 46 // load the locales for this forum module 47 include PATH_LOCALE.LOCALESET."forum/main.php";48 include PATH_LOCALE.LOCALESET."forum/post.php";47 locale_load("forum.main"); 48 locale_load("forum.post"); 49 49 50 50 // shared forum functions includes … … 893 893 894 894 // define the panel 895 $template_panels[] = array('type' => 'body', 'name' => 'forum.movepost.2', 'template' => 'forum.post.move.tpl', 'locale' => array( PATH_LOCALE.LOCALESET."forum/main.php", PATH_LOCALE.LOCALESET."forum/post.php"));895 $template_panels[] = array('type' => 'body', 'name' => 'forum.movepost.2', 'template' => 'forum.post.move.tpl', 'locale' => array("forum.main", "forum.post")); 896 896 $template_variables['forum.movepost.2'] = $variables; 897 897 … … 930 930 931 931 // define the panel 932 $template_panels[] = array('type' => 'body', 'name' => 'forum.movepost.1', 'template' => 'forum.post.move.tpl', 'locale' => array( PATH_LOCALE.LOCALESET."forum/main.php", PATH_LOCALE.LOCALESET."forum/post.php"));932 $template_panels[] = array('type' => 'body', 'name' => 'forum.movepost.1', 'template' => 'forum.post.move.tpl', 'locale' => array("forum.main", "forum.post")); 933 933 $template_variables['forum.movepost.1'] = $variables; 934 934 } … … 1081 1081 $variables['attachtypes'] = str_replace(',', ' ', $settings['attachtypes']); 1082 1082 // define the panel 1083 $template_panels[] = array('type' => 'body', 'name' => 'forum.post', 'title' => $title, 'template' => 'forum.post.tpl', 'locale' => array( PATH_LOCALE.LOCALESET."forum/main.php", PATH_LOCALE.LOCALESET."forum/post.php", PATH_LOCALE.LOCALESET."admin/forum_polls.php"));1083 $template_panels[] = array('type' => 'body', 'name' => 'forum.post', 'title' => $title, 'template' => 'forum.post.tpl', 'locale' => array("forum.main", "forum.post", "admin.forum_polls")); 1084 1084 $template_variables['forum.post'] = $variables; 1085 1085 break;
Note: See TracChangeset
for help on using the changeset viewer.
