1
0

Define $url to avoid warnings.

This commit is contained in:
Bharat Mediratta 2009-12-25 22:45:12 -08:00
parent 90ef5daa49
commit 500eb7c744

View File

@ -114,6 +114,7 @@
<ul id="g-viewformat">
<? if (($sidebarallowed == "left") or ($sidebarallowed == "any")): ?>
<? $iscurrent = ($sidebarvisible == "left"); ?>
<? $url = "" ?>
<li><?= ($iscurrent) ? null : '<a title="Sidebar Left" href="' . $url . '?sb=left">'; ?><span class="g-viewthumb-left <?= ($iscurrent)? "g-viewthumb-current" : null; ?>">Sidebar Left</span><?= ($iscurrent)? null : "</a>"; ?></li>
<? endif ?>
<? if ($sidebarallowed == "any"): ?>