Update of /cvsroot/phpwiki/phpwiki/themes/smaller/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17837/smaller/templates
Modified Files:
navbar.tmpl
Log Message:
fixed Calendar link
Index: navbar.tmpl
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/themes/smaller/templates/navbar.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -2 -b -p -d -r1.2 -r1.3
--- navbar.tmpl 21 Apr 2004 04:21:32 -0000 1.2
+++ navbar.tmpl 27 May 2004 17:55:38 -0000 1.3
@@ -6,5 +6,5 @@ $s = $Theme->getButtonSeparator();
<!-- The top navigation/search bar -->
<form action="<?= WikiURL(_("TitleSearch"))?>"
- method="get" accept-charset="<?=CHARSET?>">
+ method="get" accept-charset="<?=$charset?>">
<div id="navbuttons">
<?= WikiLink(_("RecentChanges"), "","News") ?>
@@ -18,5 +18,4 @@ $s = $Theme->getButtonSeparator();
<?=$s?><?= Button(array('action'=>'LikePages'),_("LikePages"),$page->getName()) ?>
<?=$s?><?= Button(array('action'=>'BackLinks'), _("BackLinks"),$page->getName()) ?>
- <?=$s?><?= Button(array('action'=>'RelatedChanges'), _("RelatedChanges"),$page->getName()) ?>
<?php } ?>
<?php if (!empty($user) && $user->isAdmin()) { ?>
|