Difference between revisions of "Talk:OD/Wikia"
From Organic Design wiki
m |
(rm options for new approach) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
In LocalSettings.php: | In LocalSettings.php: | ||
<bash> | <bash> | ||
− | include("extensions/GeSHiCodeTag | + | include("extensions/GeSHiCodeTag/GeSHiCodeTag.php"); |
</bash> | </bash> | ||
In geSHiCodeTag.php: | In geSHiCodeTag.php: | ||
<bash> | <bash> | ||
− | include_once( | + | include_once("extensions/geshi/geshi.php"); |
− | $languagesPath = "extensions/geshi | + | $languagesPath = "extensions/geshi/geshi"; |
</bash> | </bash> | ||
--[[User:Sven|Sven]] 22:01, 27 June 2007 (NZST) | --[[User:Sven|Sven]] 22:01, 27 June 2007 (NZST) |
Revision as of 01:28, 29 June 2007
In LocalSettings.php: <bash> include("extensions/GeSHiCodeTag/GeSHiCodeTag.php"); </bash> In geSHiCodeTag.php: <bash> include_once("extensions/geshi/geshi.php"); $languagesPath = "extensions/geshi/geshi"; </bash>
--Sven 22:01, 27 June 2007 (NZST)