From 1513f5462568c33f1e3a870a5b4eafbda18af513 Mon Sep 17 00:00:00 2001 From: Megan Date: Fri, 27 Feb 2009 10:53:31 +0200 Subject: [PATCH] KTS-4072 - Added the main logo url to the config.ini and the system url to --- lib/templating/kt3template.inc.php | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/lib/templating/kt3template.inc.php b/lib/templating/kt3template.inc.php index 7b82d69..71e428e 100644 --- a/lib/templating/kt3template.inc.php +++ b/lib/templating/kt3template.inc.php @@ -101,6 +101,9 @@ class KTPage { global $default; $oConfig = KTConfig::getSingleton(); + // set the system url + $this->systemURL = $oConfig->get('ui/systemUrl'); + /* default css files initialisation */ $aCSS = Array( "thirdpartyjs/extjs/resources/css/ext-all.css", -- libgit2 0.21.4