Wiki Calendar: Difference between revisions

Jump to navigation Jump to search
335 bytes added ,  17 February 2008
No edit summary
Line 23: Line 23:


The process of installation is the same as always: create a directory per extension in the 'extension' folder and put a 'require_once' statement into your LocalSettings.php.
The process of installation is the same as always: create a directory per extension in the 'extension' folder and put a 'require_once' statement into your LocalSettings.php.
<pre>
require_once('extensions/DynamicPageList/DynamicPageList2.php');
require_once('extensions/Call/Call.php');
require_once('extensions/Inputbox/inputbox.php');
require_once('extensions/Variables/Variables.php');
require_once('extensions/StringFunctions.php');
require_once('extensions/ParserFunctions/ParserFunctions.php');
</pre>


===安裝行事曆樣板(Install Calendar Templates)===
===安裝行事曆樣板(Install Calendar Templates)===

Navigation menu