From 8311cba002dfcaf1836530b978f944f7228ac004 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Wed, 21 Sep 2011 17:00:50 +0200 Subject: Replaced Smarty with STE and started the backend. --- ratatoeskr/sys/load_smarty.php | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 ratatoeskr/sys/load_smarty.php (limited to 'ratatoeskr/sys/load_smarty.php') diff --git a/ratatoeskr/sys/load_smarty.php b/ratatoeskr/sys/load_smarty.php deleted file mode 100644 index 43df957..0000000 --- a/ratatoeskr/sys/load_smarty.php +++ /dev/null @@ -1,30 +0,0 @@ -setTemplateDir(dirname(__FILE__) . "/../templates/"); - $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 = "%}"; -} - -?> -- cgit v1.2.3-54-g00ecf