template_dir = 'templates/templates'; $smarty->compile_dir = 'templates/templates_c'; $smarty->cache_dir = 'templates/cache'; $smarty->config_dir = 'templates/configurari'; //include clase noi include 'classes/database.php'; include 'classes/rpl.php'; //end include clase noi //define link location $segment=explode("/",$_GET['var1']); $tip=$segment[0]; $idp=$segment[1]; //end define link location if ($_GET['debug']==1) $_SESSION['debug']=1; if ($_SESSION['debug']!=1) { echo '
'; die(); } //default title $title='Intercore Online - Software Personalizat'; //end default title //init database $db=new bazaDate(); $connect=$db->connect($dbhost,$dbname,$dbuser,$dbpass); //init database $smarty->assign('dir', $dir); $smarty->assign('hour',date("H:i")); $smarty->assign('title', $title); $smarty->assign('content', $content); switch ($tip) { default: $smarty->display('index.html'); } ?>