removed unnecessary line

This commit is contained in:
azett 2022-12-17 12:32:33 +01:00
parent 9912982a94
commit ba6ce382a5

View File

@ -62,7 +62,6 @@ define('FP_INCLUDES', 'fp-includes/');
// core include scripts
define('INCLUDES_DIR', FP_INCLUDES . 'core/');
// smarty engine
// define('SMARTY_DIR', ABS_PATH . FP_INCLUDES . 'smarty-4.2.1/libs/');
define('SMARTY_DIR', ABS_PATH . FP_INCLUDES . 'smarty-4.3.0/libs/');
// FlatPress specific Smarty plugins
define('FP_SMARTYPLUGINS_DIR', ABS_PATH . FP_INCLUDES . 'fp-smartyplugins/');