[*] Smarty: move tools/smarty/compile/ and tools/smarty/cache/ folders to cache/smarty/compile/ and cache/smarty/cache/ folders

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9300 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-10-13 08:14:03 +00:00
parent e0d943f822
commit 543c42430c
11 changed files with 169 additions and 159 deletions
+1 -2
View File
@@ -40,8 +40,7 @@ $tests = array(
'gd' => false,
'mysql_support' => false,
'config_dir' => INSTALL_PATH.'/../config/',
'tools_dir' => INSTALL_PATH.'/../tools/smarty/compile/',
'cache_dir' => INSTALL_PATH.'/../tools/smarty/cache/',
'cache_dir' => INSTALL_PATH.'/../cache/',
'sitemap' => INSTALL_PATH.'/../sitemap.xml',
'log_dir' => INSTALL_PATH.'/../log/',
'img_dir' => INSTALL_PATH.'/../img/',