diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-06-16 23:51:39 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-16 23:51:39 -0700 |
| commit | 2531f679902e5e4bc5237017debb468c722d6b15 (patch) | |
| tree | b7ee122cbb75babc4e1d7d6ebaba2f38d98b7c65 /themes/default | |
| parent | 5eeb6296a12127cda3c43e749c2bd854a251f94a (diff) | |
| parent | 1dccc0286f3d983352e21f8148fdf4d9e9bc205d (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'themes/default')
| -rw-r--r-- | themes/default/views/page.html.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index 3feb14cb..f6286f95 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -81,7 +81,9 @@ </div> </div> <div id="gSidebar" class="yui-b"> + <? if ($theme->page_type != "login"): ?> <?= $theme->display("sidebar.html") ?> + <? endif ?> </div> </div> <div id="gFooter"> |
