summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-06-16 22:09:02 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-06-16 22:09:02 -0700
commit1dccc0286f3d983352e21f8148fdf4d9e9bc205d (patch)
treec03164481966d7ba05fe09653185f52c336c97eb /themes
parentfd54a5010a22ccf359b94e4e46f39883e8ddca15 (diff)
Change the page.html file so that if the type of page is login, the sidebar contents are are not shown
Diffstat (limited to 'themes')
-rw-r--r--themes/default/views/page.html.php2
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">