From 024de701df1e4ee5f7cc4b5139a490bd9477aae9 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Wed, 12 Sep 2012 05:57:28 +0000 Subject: the XML to configure the template can now be written inside the config.xml file --- h-source/Application/Include/params.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'h-source/Application/Include') diff --git a/h-source/Application/Include/params.php b/h-source/Application/Include/params.php index f09d647..3f905db 100644 --- a/h-source/Application/Include/params.php +++ b/h-source/Application/Include/params.php @@ -39,6 +39,13 @@ class Website static public $statusnetGroupText = ""; static public $useSMTP = true; + + //use a xml file the modules of the website? + static public $useXmlConfigFile = true; + + //folder of the xml configuration file + //the constant ROOT contains the path to the root folder of your installaton of h-source + static public $xmlConfigFileFolder = ROOT; } class Account -- cgit v1.2.3