Revision: 10689
http://sourceforge.net/p/phpwiki/code/10689
Author: vargenau
Date: 2021-11-25 14:49:07 +0000 (Thu, 25 Nov 2021)
Log Message:
-----------
Remove commented code
Modified Paths:
--------------
trunk/themes/blog/templates/sidebar.tmpl
Modified: trunk/themes/blog/templates/sidebar.tmpl
===================================================================
--- trunk/themes/blog/templates/sidebar.tmpl 2021-11-25 14:38:26 UTC (rev 10688)
+++ trunk/themes/blog/templates/sidebar.tmpl 2021-11-25 14:49:07 UTC (rev 10689)
@@ -9,10 +9,12 @@
}
?>
<div class="box">
-<div class="box-title"><?php echo WikiLink($UserCalPageTitle, 'known', _("Calendar")) ?></div>
-<div class="box-data">
- <?php echo Template('calendar') ?>
-</div></div>
+ <div class="box-title">
+ <?php echo WikiLink($UserCalPageTitle, 'known', _("Calendar")) ?></div>
+ <div class="box-data">
+ <?php echo Template('calendar') ?>
+ </div>
+</div>
<?php
include_once("lib/WikiPlugin.php");
$box = new PluginSidebarBox("BlogArchives");
@@ -28,16 +30,7 @@
$box = new PluginSidebarBox("WhoIsOnline");
printXml($box->format());
-/*
-$box = new PluginSidebarBox("RssFeed",
- array('url' => 'http://phpwiki.demo.free.fr/index.php/RecentChanges?format=rss',
- 'title' => _("PhpWiki News")));
-printXml($box->format());
-*/
?>
-<?php if (0 and defined('USE_EXTERNAL_HTML2PDF') and USE_EXTERNAL_HTML2PDF) { ?>
-· <?php echo Button(array('action'=>'pdf'), "Pdf") ?>
-<?php } ?>
<?php // The top navigation/search bar ?>
<div class="toolbar"><?php echo Template('navbar') ?></div>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|