Needed update for Smarty to be used.
--- /dev/null
+<?php
+
+require_once SMARTY_DIR . 'Smarty.class.php';
+
+class Toolkit_Smarty
+ extends Smarty
+{
+ public function __construct(
+ $templateDir,
+ $compileDir,
+ $configDir,
+ $cacheDir
+ ) {
+ parent::__construct();
+
+ $this->setTemplateDir($templateDir);
+ $this->setCompileDir($compileDir);
+ $this->setConfigDir($configDir);
+ $this->setCacheDir($cacheDir);
+ }
+}
die('<p>Your request could not be completed at this time, please try again later!</p>');
break; // }}}
} // }}}
+define('SMARTY_DIR', '/var/www/server/CommonApps/Smarty/3.1/');
/**
* Path to the common GLM application repository
*/