Revision: 7691
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7691&view=rev
Author: vargenau
Date: 2010-09-17 08:59:58 +0000 (Fri, 17 Sep 2010)
Log Message:
-----------
Remove Sidebar/templates/browse.tmpl, is the same as MonoBook/templates/browse.tmpl
Removed Paths:
-------------
trunk/themes/Sidebar/templates/browse.tmpl
Deleted: trunk/themes/Sidebar/templates/browse.tmpl
===================================================================
--- trunk/themes/Sidebar/templates/browse.tmpl 2010-09-17 08:46:20 UTC (rev 7690)
+++ trunk/themes/Sidebar/templates/browse.tmpl 2010-09-17 08:59:58 UTC (rev 7691)
@@ -1,16 +0,0 @@
-<?php // -*-php-*-
-// rcs_id('$Id$');
-?>
-
-<?php if ($revision and !$revision->isCurrent()) { ?>
- <p><strong><?php echo _("Note:")?></strong>
- <?php echo _("You are viewing an old revision of this page.")?>
- <?php echo Button('browse', _("View the current version"), $page)?>.
- </p>
-<?php } ?>
-<?php if (!empty($redirected)) { ?>
- <p><?php echo $redirected ?></p>
-<?php } ?>
-
-<?php echo $CONTENT?>
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|