From: <var...@us...> - 2014-06-25 16:04:41
|
Revision: 8940 http://sourceforge.net/p/phpwiki/code/8940 Author: vargenau Date: 2014-06-25 16:04:39 +0000 (Wed, 25 Jun 2014) Log Message: ----------- fusionforge theme cannot be changed Modified Paths: -------------- trunk/lib/WikiTheme.php Modified: trunk/lib/WikiTheme.php =================================================================== --- trunk/lib/WikiTheme.php 2014-06-25 15:14:12 UTC (rev 8939) +++ trunk/lib/WikiTheme.php 2014-06-25 16:04:39 UTC (rev 8940) @@ -1915,6 +1915,9 @@ function listAvailableThemes() { + if (THEME == 'fusionforge') { + return array(THEME); + } $available_themes = array(); $dir_root = 'themes'; if (defined('PHPWIKI_DIR')) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |