Changeset 1071 in ExiteCMS for trunk/search.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/search.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/search.php
r954 r1071 32 32 33 33 // load the locale for this module 34 include PATH_LOCALE.LOCALESET."search.php";34 locale_load("main.search"); 35 35 36 36 // validate the possible parameters … … 155 155 156 156 // define the search body panel variables 157 $template_panels[] = array('type' => 'body', 'name' => 'search', 'template' => 'main.search.tpl', 'locale' => PATH_LOCALE.LOCALESET."search.php");157 $template_panels[] = array('type' => 'body', 'name' => 'search', 'template' => 'main.search.tpl', 'locale' => "main.search"); 158 158 $template_variables['search'] = $variables; 159 159
Note: See TracChangeset
for help on using the changeset viewer.
