Changeset 1071 in ExiteCMS for trunk/viewpage.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/viewpage.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/viewpage.php
r834 r1071 17 17 18 18 // load the locale for this module 19 include PATH_LOCALE.LOCALESET."custom_pages.php";19 locale_load("main.custom_pages"); 20 20 21 21 // temp storage for template variables … … 47 47 48 48 // define the search body panel variables 49 $template_panels[] = array('type' => 'body', 'name' => 'viewpage', 'title' => $title, 'template' => 'main.viewpage.tpl', 'locale' => PATH_LOCALE.LOCALESET."custom_pages.php");49 $template_panels[] = array('type' => 'body', 'name' => 'viewpage', 'title' => $title, 'template' => 'main.viewpage.tpl', 'locale' => "main.custom_pages"); 50 50 $template_variables['viewpage'] = $variables; 51 51
Note: See TracChangeset
for help on using the changeset viewer.
