Code

Added smarty in autoloader class
[gosa.git] / include / autoload.inc
index fb571083028f815b144b74a0b72a5193e6ca1790..e85ae7e93d7267041e21f81d628dcf5d91580715 100644 (file)
@@ -2,6 +2,7 @@
 
 /* This function needs the pre-defined class mapping from autoload-data.inc */
 require_once("autoload-data.inc");
+require_once("smarty/Smarty.class.php");
 
 /* Set BASE_DIR for the complete code as constant */
 define('BASE_DIR', dirname(dirname(__FILE__)));