diff options
-rw-r--r-- | ratatoeskr/sys/load_smarty.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ratatoeskr/sys/load_smarty.php b/ratatoeskr/sys/load_smarty.php index 574f3c9..43df957 100644 --- a/ratatoeskr/sys/load_smarty.php +++ b/ratatoeskr/sys/load_smarty.php @@ -23,6 +23,8 @@ if(!isset($smarty)) $smarty->setCompileDir(dirname(__FILE__) . "/../tmp/smartytemplates_c"); $smarty->setCacheDir(dirname(__FILE__) . "/../tmp/smarty/cache"); $smarty->setConfigDir(dirname(__FILE__) . "/../smarty_confdir"); + $smarty->left_delimiter = "{%"; + $smarty->right_delimiter = "%}"; } ?> |