Commit 1513f5462568c33f1e3a870a5b4eafbda18af513

Authored by Megan
1 parent 6c328925

KTS-4072 - Added the main logo url to the config.ini and the system url to

the database config.
"CLONE -change of hyperlink (SUP-1538)"

Committed by: Megan Watson
Reviewed by: Kevin Cyster
lib/templating/kt3template.inc.php
... ... @@ -101,6 +101,9 @@ class KTPage {
101 101 global $default;
102 102 $oConfig = KTConfig::getSingleton();
103 103  
  104 + // set the system url
  105 + $this->systemURL = $oConfig->get('ui/systemUrl');
  106 +
104 107 /* default css files initialisation */
105 108 $aCSS = Array(
106 109 "thirdpartyjs/extjs/resources/css/ext-all.css",
... ...