diff --git a/htdocs/lib/web.php b/htdocs/lib/web.php index ee043e4..9b72a6d 100644 --- a/htdocs/lib/web.php +++ b/htdocs/lib/web.php @@ -28,7 +28,7 @@ defined('INTERNAL') || die(); function &smarty_core() { - require_once('smarty/libs/Smarty.class.php'); + require_once('smarty/Smarty.class.php'); $smarty =& new Smarty(); $theme = theme_setup();