From: <var...@us...> - 2009-01-15 10:07:10
|
Revision: 6401 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6401&view=rev Author: vargenau Date: 2009-01-15 10:07:04 +0000 (Thu, 15 Jan 2009) Log Message: ----------- Do the same for Gforge theme as for Monobook theme Modified Paths: -------------- trunk/lib/plugin/RecentChanges.php Modified: trunk/lib/plugin/RecentChanges.php =================================================================== --- trunk/lib/plugin/RecentChanges.php 2009-01-15 09:00:25 UTC (rev 6400) +++ trunk/lib/plugin/RecentChanges.php 2009-01-15 10:07:04 UTC (rev 6401) @@ -2,6 +2,7 @@ rcs_id('$Id$'); /** Copyright 1999,2000,2001,2002,2007 $ThePhpWikiProgrammingTeam + Copyright 2008-2009 Marc-Etienne Vargenau, Alcatel-Lucent This file is part of PhpWiki. @@ -466,7 +467,7 @@ $linkorname = $this->pageLink($rev); } - if (isa($WikiTheme, 'WikiTheme_MonoBook')) { + if ((isa($WikiTheme, 'WikiTheme_MonoBook')) or (isa($WikiTheme, 'WikiTheme_gforge'))) { $line->pushContent( $args['historylinks'] ? '' : $this->historyLink($rev), ' . . ', $linkorname, '; ', This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |