diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-03-11 21:07:21 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-03-11 21:07:21 +0000 |
| commit | e58b955d4acc44bc2b49fffbffda42ad8b66069d (patch) | |
| tree | d09ac5df5396926902472a5dc8a8c1322261bea8 /themes/default/views/page.html.php | |
| parent | 8fe1880e3016fe7a06a0c70b80604b93b9b3f01b (diff) | |
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.
Diffstat (limited to 'themes/default/views/page.html.php')
| -rw-r--r-- | themes/default/views/page.html.php | 4 |
1 files changed, 1 insertions, 3 deletions
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 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title> - <? 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 ?> |
