From: <var...@us...> - 2008-09-08 03:47:50
|
Revision: 6252 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6252&view=rev Author: vargenau Date: 2008-09-08 03:47:58 +0000 (Mon, 08 Sep 2008) Log Message: ----------- Force ENABLE_MARKUP_MEDIAWIKI_TABLE to true in Monobook theme Modified Paths: -------------- trunk/themes/MonoBook/themeinfo.php Modified: trunk/themes/MonoBook/themeinfo.php =================================================================== --- trunk/themes/MonoBook/themeinfo.php 2008-09-08 03:30:13 UTC (rev 6251) +++ trunk/themes/MonoBook/themeinfo.php 2008-09-08 03:47:58 UTC (rev 6252) @@ -19,6 +19,8 @@ require_once('lib/WikiTheme.php'); if (!defined("ENABLE_MARKUP_TEMPLATE")) define("ENABLE_MARKUP_TEMPLATE", true); +if (!defined("ENABLE_MARKUP_MEDIAWIKI_TABLE")) + define("ENABLE_MARKUP_MEDIAWIKI_TABLE", true); function ActionButton ($action, $label = false, $page_or_rev = false, $options = false) { global $WikiTheme; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |