From: <var...@us...> - 2010-04-07 18:14:48
|
Revision: 7322 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7322&view=rev Author: vargenau Date: 2010-04-07 18:14:42 +0000 (Wed, 07 Apr 2010) Log Message: ----------- Valid XHTML Modified Paths: -------------- trunk/themes/wikilens/templates/body.tmpl trunk/themes/wikilens/templates/navbar.tmpl Modified: trunk/themes/wikilens/templates/body.tmpl =================================================================== --- trunk/themes/wikilens/templates/body.tmpl 2010-04-07 15:22:41 UTC (rev 7321) +++ trunk/themes/wikilens/templates/body.tmpl 2010-04-07 18:14:42 UTC (rev 7322) @@ -12,7 +12,7 @@ <div class="toolbar"> <?= Template('navbar') ?> </div> -<hr> +<hr /> <?plugin IncludePage page="LeftbarContent" quiet="true" ?> </td><td class="content"> Modified: trunk/themes/wikilens/templates/navbar.tmpl =================================================================== --- trunk/themes/wikilens/templates/navbar.tmpl 2010-04-07 15:22:41 UTC (rev 7321) +++ trunk/themes/wikilens/templates/navbar.tmpl 2010-04-07 18:14:42 UTC (rev 7322) @@ -30,7 +30,7 @@ ?><?=$NSEP?><?= WikiLink($UserCalPageTodayTitle, "button", _("Today")) ?> <?php }} ?><?php if (!empty($user) && $user->isAdmin()) { ?> <?=$NSEP?><?= WikiLink(_("PhpWikiAdministration"), "button", _("Admin")) ?> -<?php } ?></div> +<?php } ?> <?php if (DEBUG & 2) { if (isset($links)) { $p = $links->next(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |