From: Steve Sutton Date: Fri, 11 Jul 2014 16:54:00 +0000 (-0400) Subject: Setup for Smarty X-Git-Tag: v1.0^2~29^2^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=50880af4073b52146526137b1862f8c46abccc84;p=web%2FBigFore.git Setup for Smarty Needed update for Smarty to be used. --- diff --git a/Toolkit/Smarty.php b/Toolkit/Smarty.php new file mode 100644 index 0000000..80d2afa --- /dev/null +++ b/Toolkit/Smarty.php @@ -0,0 +1,21 @@ +setTemplateDir($templateDir); + $this->setCompileDir($compileDir); + $this->setConfigDir($configDir); + $this->setCacheDir($cacheDir); + } +} diff --git a/setup.phtml b/setup.phtml index 7d80027..3695959 100644 --- a/setup.phtml +++ b/setup.phtml @@ -97,6 +97,7 @@ default : // {{{ die('

Your request could not be completed at this time, please try again later!

'); break; // }}} } // }}} +define('SMARTY_DIR', '/var/www/server/CommonApps/Smarty/3.1/'); /** * Path to the common GLM application repository */