set('msg', $msg); } $content->set('login_name', $login_name); $content->set('first_name', $first_name); $content->set('last_name', $last_name); $content->set('email', $email); $header = & new Template(CURRENT_THEME_FSPATH."/header.tpl"); $header->set('user_name', $first_name." ".$last_name); $content->set('header', $header); $left_panel = & new Template(CURRENT_THEME_FSPATH."/left_page.tpl"); $left_panel->set('img_path', $img_path); $content->set('left_panel', $left_panel); $content->set('arr_obj_categories', $arr_obj_root_categories); $footer = & new Template(CURRENT_THEME_FSPATH."/footer.tpl"); $content->set('footer', $footer); echo $content->fetch(); ?>