aboutsummaryrefslogtreecommitdiffstats
path: root/template-common
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2006-10-19 21:53:18 +0000
committerrvelices <rv-github@modusoptimus.com>2006-10-19 21:53:18 +0000
commitdbadd4defb870c09664ea4178951d72f5d2ada3b (patch)
tree1be0384c8b46d8ae3d62011da08b11700c6c1716 /template-common
parent2a8b727d4bc92af070e8f80b1aeb94a659554a68 (diff)
put back the redirect function as it was in branch 1.6 (still not working perfectly with the auto_login)
git-svn-id: http://piwigo.org/svn/trunk@1567 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template-common')
-rw-r--r--template-common/redirect.tpl17
1 files changed, 0 insertions, 17 deletions
diff --git a/template-common/redirect.tpl b/template-common/redirect.tpl
deleted file mode 100644
index 43db09122..000000000
--- a/template-common/redirect.tpl
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
-"http://www.w3.org/TR/html4/strict.dtd">
-<html lang="{LANG}" dir="{DIR}">
- <head>
- <title>{U_REDIRECT_MSG}</title>
- <meta http-equiv="Content-Type" content="text/html; charset={CONTENT_ENCODING}">
- <!-- BEGIN refresh -->
- <meta http-equiv="refresh" content="{REFRESH_TIME};url={U_REFRESH}">
- <!-- END refresh -->
- </head>
- <body>
- <div id="the_page">
- <p>{U_REDIRECT_MSG}</p>
- <p><a href="{U_REFRESH}">{lang:click_to_redirect}</a></p>
- </div>
- </body>
-</html>