From d1882698df97b2eabcf1135eef71e5a4547d4a8e Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 3 Nov 2007 12:33:50 +0000 Subject: issue77, make Smarty path configureable git-svn-id: file:///var/lib/svn/phpfspot/trunk@288 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot.class.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'phpfspot.class.php') diff --git a/phpfspot.class.php b/phpfspot.class.php index f88ddf8..ca8542b 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -23,7 +23,6 @@ require_once "phpfspot_cfg.php"; require_once "phpfspot_db.php"; -require_once "phpfspot_tmpl.php"; class PHPFSPOT { @@ -64,7 +63,10 @@ class PHPFSPOT { } $this->check_config_table(); - + /* include Smarty template engine */ + require $this->cfg->smarty_path .'/libs/Smarty.class.php'; + /* overload Smarty class if our own template handler */ + require_once "phpfspot_tmpl.php"; $this->tmpl = new PHPFSPOT_TMPL($this); $this->get_tags(); -- cgit v1.2.3-18-g5258