From: <var...@us...> - 2012-09-28 16:07:11
|
Revision: 8316 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8316&view=rev Author: vargenau Date: 2012-09-28 16:07:01 +0000 (Fri, 28 Sep 2012) Log Message: ----------- Remove $Id$ Modified Paths: -------------- trunk/themes/fusionforge/templates/blogform.tmpl trunk/themes/fusionforge/templates/browse-footer.tmpl trunk/themes/fusionforge/templates/html.tmpl Property Changed: ---------------- trunk/themes/fusionforge/templates/browse-footer.tmpl trunk/themes/fusionforge/templates/html.tmpl Modified: trunk/themes/fusionforge/templates/blogform.tmpl =================================================================== --- trunk/themes/fusionforge/templates/blogform.tmpl 2012-09-28 16:01:26 UTC (rev 8315) +++ trunk/themes/fusionforge/templates/blogform.tmpl 2012-09-28 16:07:01 UTC (rev 8316) @@ -1,6 +1,3 @@ -<?php // -*- php -*- -// $Id$ -?> <div class="wikiblog wikiblog-form"> <form action="<?php echo $request->getPostURL()?>" method="post" name="editpage" accept-charset="<?php echo $charset?>" id="wikiblog-form"> Modified: trunk/themes/fusionforge/templates/browse-footer.tmpl =================================================================== --- trunk/themes/fusionforge/templates/browse-footer.tmpl 2012-09-28 16:01:26 UTC (rev 8315) +++ trunk/themes/fusionforge/templates/browse-footer.tmpl 2012-09-28 16:07:01 UTC (rev 8316) @@ -1,4 +1 @@ -<?php // -*-php-*- -// $Id$ -?> <p class="editdate"><?php echo $WikiTheme->getOwnerMessage($page) ?> <?php echo $WikiTheme->getLastModifiedMessage($revision) ?> <?php echo $WikiTheme->getAuthorMessage($revision) ?></p> Property changes on: trunk/themes/fusionforge/templates/browse-footer.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/themes/fusionforge/templates/html.tmpl =================================================================== --- trunk/themes/fusionforge/templates/html.tmpl 2012-09-28 16:01:26 UTC (rev 8315) +++ trunk/themes/fusionforge/templates/html.tmpl 2012-09-28 16:07:01 UTC (rev 8316) @@ -1,5 +1,4 @@ -<?php // -*-php-*- -// $Id$ +<?php /* * No header for FusionForge (already provided) */ Property changes on: trunk/themes/fusionforge/templates/html.tmpl ___________________________________________________________________ Deleted: svn:keywords - Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |