?
Path : /home/admin/domains/happytokorea.com/public_html_bk/happyezystyle/ |
Current File : /home/admin/domains/happytokorea.com/public_html_bk/happyezystyle/show.php |
<?php session_start(); header('Expires: Thu, 01 Jan 1970 00:00:00 GMT, -1'); header('Cache-Control: no-cache, no-store, must-revalidate'); header('Pragma: no-cache'); $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'=>"show.html")); $template->assign_vars(array( "CUR_HOST"=>$cur_host, "TITLE"=>$title, "STYLE"=>STYLE, "show_marquee"=>$show_marquee, )); $template->pparse('body'); ?>