diff options
Diffstat (limited to 'profile.php')
-rw-r--r-- | profile.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profile.php b/profile.php index 09629ba9f..55b121691 100644 --- a/profile.php +++ b/profile.php @@ -142,10 +142,13 @@ SELECT password // +-----------------------------------------------------------------------+ // | page header and options | // +-----------------------------------------------------------------------+ + $title= $lang['customize_page_title']; +$page['body_id'] = 'theProfilePage'; include(PHPWG_ROOT_PATH.'include/page_header.php'); $url_action = PHPWG_ROOT_PATH.'profile.php'; + //----------------------------------------------------- template initialization $template->set_filenames(array('profile_body'=>'profile.tpl')); |