From: <var...@us...> - 2012-09-28 15:57:06
|
Revision: 8314 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8314&view=rev Author: vargenau Date: 2012-09-28 15:57:00 +0000 (Fri, 28 Sep 2012) Log Message: ----------- Remove $Id$ Modified Paths: -------------- trunk/themes/fusionforge/templates/ratings.tmpl trunk/themes/fusionforge/templates/savepage.tmpl trunk/themes/fusionforge/templates/userprefs.tmpl Modified: trunk/themes/fusionforge/templates/ratings.tmpl =================================================================== --- trunk/themes/fusionforge/templates/ratings.tmpl 2012-09-28 15:56:14 UTC (rev 8313) +++ trunk/themes/fusionforge/templates/ratings.tmpl 2012-09-28 15:57:00 UTC (rev 8314) @@ -1,6 +1,3 @@ -<?php // -*-php-*- -// $Id$ -?> <?php if (!$WikiTheme->DUMP_MODE) { $loader = new WikiPluginLoader(); printXML($loader->expandPI("<"."?plugin RateIt show=top imgPrefix=BStar ?".">", $request, $dbi->_markup)); Modified: trunk/themes/fusionforge/templates/savepage.tmpl =================================================================== --- trunk/themes/fusionforge/templates/savepage.tmpl 2012-09-28 15:56:14 UTC (rev 8313) +++ trunk/themes/fusionforge/templates/savepage.tmpl 2012-09-28 15:57:00 UTC (rev 8314) @@ -1,7 +1,3 @@ -<?php // -*-php-*- -// $Id$' -?> - <?php if (!empty($WARNINGS)) { ?> <?php echo $WARNINGS ?> <?php } ?> Modified: trunk/themes/fusionforge/templates/userprefs.tmpl =================================================================== --- trunk/themes/fusionforge/templates/userprefs.tmpl 2012-09-28 15:56:14 UTC (rev 8313) +++ trunk/themes/fusionforge/templates/userprefs.tmpl 2012-09-28 15:57:00 UTC (rev 8314) @@ -1,5 +1,4 @@ -<?php // -*-php-*- -// $Id$ +<?php // Todo: Move the logic and code to the plugin // This is very experimental and the read-only part an ugly hack so far. foreach (explode(',','errmsg,isForm') as $var) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |