This commit is contained in:
mohrt
2003-05-08 21:01:45 +00:00
parent 5b67277699
commit 7ca1d19de1

View File

@@ -1513,7 +1513,7 @@ $smarty = new Smarty;
$smarty->caching = 2; // lifetime is per cache $smarty->caching = 2; // lifetime is per cache
// set the cache_lifetime for index.tpl to 15 minutes // set the cache_lifetime for index.tpl to 5 minutes
$smarty->cache_lifetime = 300; $smarty->cache_lifetime = 300;
$smarty->display('index.tpl'); $smarty->display('index.tpl');