From 5e3a1a62043cc4602f5fc4fb871d09da65b5a277 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Sat, 29 Sep 2012 10:23:09 +0200 Subject: Some adaptations required for Smarty3 --- include/main.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/main.php') diff --git a/include/main.php b/include/main.php index 8134307..e54f6f9 100644 --- a/include/main.php +++ b/include/main.php @@ -38,7 +38,8 @@ define('RPMPHP_VERSION', '1.0.0-dev'); require 'config.php'; if (!defined('CLIONLY')) { - include 'Smarty2/Smarty.class.php'; + //ACTHUNG: Smarty3! + include 'Smarty/Smarty.class.php'; $smarty = new Smarty(); -- cgit