diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-09 17:17:27 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-09 17:17:27 -0700 |
commit | e7a3b6fa55d4eda9140b122bc50681b979229da3 (patch) | |
tree | 2a7ded0d28388b8cc55bd0079912e1103c504e73 /themes | |
parent | 70546cdbdac81b811f678c029eab389dc9924bdf (diff) |
Created not_authorized.html.php which is a prettier login screen if the root
album is not publicly browsable.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/views/page.html.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index a17b643d..6c77fb72 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -52,13 +52,6 @@ <script src="<?= $theme->url("js/jquery.localscroll.js") ?>" type="text/javascript"></script> <script src="<?= $theme->url("js/ui.init.js") ?>" type="text/javascript"></script> <?= $theme->head() ?> - <? if (!empty($unauthorized)): ?> - <script type="text/javascript"> - $(document).ready(function() { - $("#gLoginLink").click(); - }); - </script> - <? endif ?> </head> <body <?= $theme->main_element_attributes() ?>> |