installer needed smarty_framework
This commit is contained in:
parent
c37f5bc357
commit
8b1f3db442
@ -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')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user