mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
fix typo
This commit is contained in:
@@ -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');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user