moved debug logic into Smarty completely, created flags for it

This commit is contained in:
mohrt
2001-06-20 16:39:52 +00:00
parent d4d426ded1
commit a237ac752b
7 changed files with 118 additions and 36 deletions

View File

@@ -5,6 +5,7 @@ require("Smarty.class.php");
$smarty = new Smarty;
$smarty->compile_check = true;
$smarty->debugging = true;
$smarty->assign("now", time());