diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-17 13:09:02 +0800 |
|---|---|---|
| committer | <unostar@danalan.info> | 2009-06-17 13:51:35 +0800 |
| commit | f83a080bf13cc84616d9a1f3e95222651178a628 (patch) | |
| tree | c92f762ffe6794a0f64d99ff2080b8cd512a595a /modules | |
| parent | 145070d718a6031cc16f823e53bbb1a674f1933e (diff) | |
Change the page.html file so that if the type of page is login, the sidebar contents are are not shown
Signed-off-by: <unostar@danalan.info>
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/gallery/controllers/albums.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/controllers/albums.php b/modules/gallery/controllers/albums.php index 856709c2..17fdec6b 100644 --- a/modules/gallery/controllers/albums.php +++ b/modules/gallery/controllers/albums.php @@ -26,7 +26,7 @@ class Albums_Controller extends Items_Controller { $page_size = module::get_var("gallery", "page_size", 9); if (!access::can("view", $album)) { if ($album->id == 1) { - $view = new Theme_View("page.html", "page"); + $view = new Theme_View("page.html", "login"); $view->page_title = t("Log in to Gallery"); $view->content = user::get_login_form("login/auth_html"); print $view; |
