From: <var...@us...> - 2009-06-01 09:48:57
|
Revision: 6832 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6832&view=rev Author: vargenau Date: 2009-06-01 09:48:55 +0000 (Mon, 01 Jun 2009) Log Message: ----------- Help is located in project "help" Modified Paths: -------------- trunk/themes/gforge/templates/browse.tmpl Modified: trunk/themes/gforge/templates/browse.tmpl =================================================================== --- trunk/themes/gforge/templates/browse.tmpl 2009-06-01 09:08:51 UTC (rev 6831) +++ trunk/themes/gforge/templates/browse.tmpl 2009-06-01 09:48:55 UTC (rev 6832) @@ -15,11 +15,11 @@ <p><?= $redirected ?></p> <?php } ?> -<?php if (WIKI_NAME == "cssforge") { ?> +<?php if (WIKI_NAME == "help") { ?> <div class="browsebanner"> <table> <tr> -<td>This Help page is located in the Forge main wiki. You are not in your project's wiki.</td> +<td>This Help page is located in the Forge Help wiki. You are not in your project's wiki.</td> </tr> </table> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |