diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-03-03 12:50:54 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-03-03 12:50:54 +0000 |
commit | 7688a7cbb6c4906f70d87b56cd6e90d028e99666 (patch) | |
tree | e197ac0fef76f918e100ae1e45c582309d3e99d8 /template/yoga/redirect.tpl | |
parent | 14bfa8a3e6e5fa81fa3eba565a1b696840f351cd (diff) |
- history, stats and redirect go smarty
- lang correction
- small change in calling check_server_plugins (use by ref param instead of global)
git-svn-id: http://piwigo.org/svn/trunk@2245 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/redirect.tpl')
-rw-r--r-- | template/yoga/redirect.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/redirect.tpl b/template/yoga/redirect.tpl index 2f19e575b..308411aec 100644 --- a/template/yoga/redirect.tpl +++ b/template/yoga/redirect.tpl @@ -1,3 +1,3 @@ -<!-- DEV TAG: not smarty migrated --> -<p>{U_REDIRECT_MSG}</p> -<p><a href="{U_REFRESH}">{lang:click_to_redirect}</a></p> +{* $Id$ *} +<p>{$REDIRECT_MSG}</p> +<p><a href="{$refresh.U_REFRESH}">{'click_to_redirect'|@translate}</a></p> |