?
Path : /home/admin/public_html/old/backoffice/php/ |
Current File : /home/admin/public_html/old/backoffice/php/menu_bar.php |
<?php $root_path="../"; include($root_path."header.php"); $db_tm = new sql_db($dbhost, $dbuser, $dbpasswd, $dbname, false); $template = new Template($tpl_path); $template->set_filenames(array('body' =>'menu_bar.tpl')); $template->assign_vars(array( "CUR_HOST_BACKEND"=>$cur_host_backend, "IMAGES_PATH"=>$images_path, "INCLUDES_PATH"=>$includes_path, "STYLE"=>STYLE, )); $template->pparse('body'); ?>