From: <var...@us...> - 2012-09-28 15:25:53
|
Revision: 8308 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8308&view=rev Author: vargenau Date: 2012-09-28 15:25:47 +0000 (Fri, 28 Sep 2012) Log Message: ----------- Remove $Id$ Modified Paths: -------------- trunk/themes/Portland/lib/RecentChanges.php trunk/themes/Sidebar/clock.php trunk/themes/Sidebar/hyperapplet.php trunk/themes/Sidebar/hyperwiki.php Modified: trunk/themes/Portland/lib/RecentChanges.php =================================================================== --- trunk/themes/Portland/lib/RecentChanges.php 2012-09-28 15:21:25 UTC (rev 8307) +++ trunk/themes/Portland/lib/RecentChanges.php 2012-09-28 15:25:47 UTC (rev 8308) @@ -1,4 +1,4 @@ -<?php // $Id$ +<?php /* * Extensions/modifications to the stock RecentChanges (and PageHistory) format. */ Modified: trunk/themes/Sidebar/clock.php =================================================================== --- trunk/themes/Sidebar/clock.php 2012-09-28 15:21:25 UTC (rev 8307) +++ trunk/themes/Sidebar/clock.php 2012-09-28 15:25:47 UTC (rev 8308) @@ -1,5 +1,4 @@ <?php - // $Id$ $ora = isset($GLOBALS['WikiTheme']) ? DATA_PATH . '/' . $GLOBALS['WikiTheme']->_findFile("ora.swf") : "ora.swf"; ?> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="160" height="160" align="middle"> Modified: trunk/themes/Sidebar/hyperapplet.php =================================================================== --- trunk/themes/Sidebar/hyperapplet.php 2012-09-28 15:21:25 UTC (rev 8307) +++ trunk/themes/Sidebar/hyperapplet.php 2012-09-28 15:25:47 UTC (rev 8308) @@ -1,5 +1,4 @@ <?php - // $Id$ /* Download hyperapplet.jar (or hyperwiki.jar) and GraphXML.dtd from * http://hypergraph.sourceforge.net/download.html * and place it into your theme directory. Modified: trunk/themes/Sidebar/hyperwiki.php =================================================================== --- trunk/themes/Sidebar/hyperwiki.php 2012-09-28 15:21:25 UTC (rev 8307) +++ trunk/themes/Sidebar/hyperwiki.php 2012-09-28 15:25:47 UTC (rev 8308) @@ -1,5 +1,4 @@ <?php - // $Id$ /* Download hyperwiki.jar and GraphXML.dtd from * http://hypergraph.sourceforge.net/download.html * and place it into your theme directory. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |