Changeset 1071 in ExiteCMS for trunk/pm.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/pm.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pm.php
r1060 r1071 17 17 18 18 // load the locale for this module 19 require_once PATH_LOCALE.LOCALESET."pm.php";19 locale_load("main.pm"); 20 20 21 21 // include the forum functions … … 1013 1013 } 1014 1014 // define the panel and assign the template variables 1015 $template_panels[] = array('type' => 'body', 'name' => 'pm.post', 'title' => $title, 'template' => 'main.pm.post.tpl', 'locale' => PATH_LOCALE.LOCALESET."pm.php");1015 $template_panels[] = array('type' => 'body', 'name' => 'pm.post', 'title' => $title, 'template' => 'main.pm.post.tpl', 'locale' => "main.pm"); 1016 1016 $template_variables['pm.post'] = $variables; 1017 1017 … … 1030 1030 $variables['totals'] = $totals; 1031 1031 // define the panel and assign the template variables 1032 $template_panels[] = array('type' => 'body', 'name' => 'pm.options', 'title' => $locale['400'].' - '.$locale['425'], 'template' => 'main.pm.options.tpl', 'locale' => PATH_LOCALE.LOCALESET."pm.php");1032 $template_panels[] = array('type' => 'body', 'name' => 'pm.options', 'title' => $locale['400'].' - '.$locale['425'], 'template' => 'main.pm.options.tpl', 'locale' => "main.pm"); 1033 1033 $template_variables['pm.options'] = $variables; 1034 1034 … … 1092 1092 $variables['pagenav_url'] = FUSION_SELF."?folder=".$folder."&"; 1093 1093 // define the panel and assign the template variables 1094 $template_panels[] = array('type' => 'body', 'name' => 'pm', 'title' => $locale['400'].' - '.$title, 'template' => 'main.pm.tpl', 'locale' => PATH_LOCALE.LOCALESET."pm.php");1094 $template_panels[] = array('type' => 'body', 'name' => 'pm', 'title' => $locale['400'].' - '.$title, 'template' => 'main.pm.tpl', 'locale' => "main.pm"); 1095 1095 $template_variables['pm'] = $variables; 1096 1096 }
Note: See TracChangeset
for help on using the changeset viewer.
