diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-03-11 13:58:38 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-03-11 13:58:38 +0000 |
commit | a521d9177f5e299d2ff25cc288e59e4bf1398a1b (patch) | |
tree | 1a0664cb4aa01d698d1dcd1b6fba9cfd3ee1e9b8 /themes | |
parent | 30239ed302c571efb0cd9c86625be30fce5b4bd9 (diff) |
Force a login if everybody does not have access to the root
item. ticket #118.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/views/page.html.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index d463af1b..e064665c 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -5,7 +5,9 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title> - <? if ($page_type == "tag"): ?> + <? if ($page_type == "login"): ?> + <?= t("Please Logon to Gallery") ?> + <? elseif ($page_type == "tag"): ?> <?= t("Browse Tags") ?> :: <?= $tag->name ?> <? else: ?> <?= t("Browse Photos") ?> :: <?= $item->title ?> |