diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-10-19 21:53:18 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-10-19 21:53:18 +0000 |
commit | dbadd4defb870c09664ea4178951d72f5d2ada3b (patch) | |
tree | 1be0384c8b46d8ae3d62011da08b11700c6c1716 /template/yoga | |
parent | 2a8b727d4bc92af070e8f80b1aeb94a659554a68 (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/yoga')
-rw-r--r-- | template/yoga/redirect.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/yoga/redirect.tpl b/template/yoga/redirect.tpl new file mode 100644 index 000000000..446f187a3 --- /dev/null +++ b/template/yoga/redirect.tpl @@ -0,0 +1,2 @@ +<p>{U_REDIRECT_MSG}</p> +<p><a href="{U_REFRESH}">{lang:click_to_redirect}</a></p> |