From e58b955d4acc44bc2b49fffbffda42ad8b66069d Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 11 Mar 2009 21:07:21 +0000 Subject: Bag the header("Location:", ...);exit() and replace with url:site(url::abs_file(...)) Create a login_page.html to be used when there is no guest access to the root album. It doesn't have a sidebar nor breadcrumb. --- themes/default/views/page.html.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'themes/default/views/page.html.php') diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index e064665c..d463af1b 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -5,9 +5,7 @@ - <? if ($page_type == "login"): ?> - <?= t("Please Logon to Gallery") ?> - <? elseif ($page_type == "tag"): ?> + <? if ($page_type == "tag"): ?> <?= t("Browse Tags") ?> :: <?= $tag->name ?> <? else: ?> <?= t("Browse Photos") ?> :: <?= $item->title ?> -- cgit v1.2.3