Skip to content
Snippets Groups Projects
Commit 0c046da6 authored by Denis Walker's avatar Denis Walker
Browse files

Constant is called "SMARTY_DIR" not "SMARTY_PATH"

parent 461d5e51
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ require("../lib/error.php");
// Include the Smarty templating engine
require(SMARTY_PATH."Smarty.class.php");
require(SMARTY_DIR."Smarty.class.php");
$smarty = new Smarty;
$smarty->template_dir = SUCS_BASEDIR."templates";
$smarty->compile_dir = SUCS_BASEDIR."templates_c";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment