Changeset 1071 in ExiteCMS for trunk/edit_profile.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/edit_profile.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/edit_profile.php
r1060 r1071 26 26 27 27 // load the locates for this module 28 include PATH_LOCALE.LOCALESET."members-profile.php";29 include PATH_LOCALE.LOCALESET."user_fields.php";28 locale_load("main.members-profile"); 29 locale_load("main.user_fields"); 30 30 31 31 // admin function check … … 223 223 224 224 if (isset($check_message)) { 225 $template_panels[] = array('type' => 'body', 'name' => 'edit_profile_message', 'title' => $locale['424'], 'template' => '_message_table_panel.tpl', 'locale' => PATH_LOCALE.LOCALESET."members-profile.php");225 $template_panels[] = array('type' => 'body', 'name' => 'edit_profile_message', 'title' => $locale['424'], 'template' => '_message_table_panel.tpl', 'locale' => "main.members-profile"); 226 226 $template_variables['edit_profile_message'] = array('message' => $check_message, 'bold' => true); 227 227 } … … 259 259 260 260 // define the search body panel variables 261 $template_panels[] = array('type' => 'body', 'name' => 'edit_profile', 'template' => 'main.edit_profile.tpl', 'locale' => array( PATH_LOCALE.LOCALESET."members-profile.php", PATH_LOCALE.LOCALESET."user_fields.php"));261 $template_panels[] = array('type' => 'body', 'name' => 'edit_profile', 'template' => 'main.edit_profile.tpl', 'locale' => array("main.members-profile", "main.user_fields")); 262 262 $template_variables['edit_profile'] = $variables; 263 263
Note: See TracChangeset
for help on using the changeset viewer.
