aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2013-10-18 19:28:18 +0000
committerrvelices <rv-github@modusoptimus.com>2013-10-18 19:28:18 +0000
commit4fb203b10ab141a38c8a18bf558b1faedd0e0af2 (patch)
tree66079ab818c185523a243cc381a8cc3d2210fd93 /themes/default
parent27e000fd885dbc562222ff61c58d17c84cdc6986 (diff)
redirect page less dependent of the theme (can be called before theme loaded ...)
git-svn-id: http://piwigo.org/svn/trunk@24984 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/template/redirect.tpl8
1 files changed, 2 insertions, 6 deletions
diff --git a/themes/default/template/redirect.tpl b/themes/default/template/redirect.tpl
index aa90953ec..bfab38386 100644
--- a/themes/default/template/redirect.tpl
+++ b/themes/default/template/redirect.tpl
@@ -1,12 +1,8 @@
-{html_head}
-<style type="text/css">#the_page {ldelim}text-align:center;} </style>
-{/html_head}
-
-<div>
+<div style="margin:2em;text-align:center;font-size:larger">
{$REDIRECT_MSG}
</div>
-<p style="margin: 2em">
+<p style="margin:2em;text-align:center">
<a href="{$page_refresh.U_REFRESH}">
{'Click here if your browser does not automatically forward you'|@translate}
</a>