installer needed smarty_framework

This commit is contained in:
Ian 2012-03-04 08:52:52 +01:00
parent c37f5bc357
commit 8b1f3db442

View File

@ -12,6 +12,10 @@ define('S9Y_I_ERROR', -1);
define('S9Y_I_WARNING', 0);
define('S9Y_I_SUCCESS', 1);
if (!defined('S9Y_FRAMEWORK_SMARTY')) {
include(S9Y_INCLUDE_PATH . "include/functions_smarty.inc.php");
}
$data = array();
if (defined('S9Y_DATA_PATH')) {