source: trunk/template/yoga/redirect.tpl @ 5021

Last change on this file since 5021 was 5021, checked in by nikrou, 14 years ago

Feature 1451 : localization with gettext
Use php-gettext (developpement version rev43, because of php5.3) as fallback
Use native language (english) instead of key for translation
Keep directory en_UK for english customization
Need some refactoring for plurals

Todo : managing plugins in the same way

  • Property svn:eol-style set to LF
File size: 279 bytes
Line 
1{html_head}
2<style type="text/css">#the_page {ldelim}text-align:center;} </style>
3{/html_head}
4
5<div>
6        {$REDIRECT_MSG}
7</div>
8
9<p style="margin: 2em">
10        <a href="{$page_refresh.U_REFRESH}">
11                {'Click here if your browser does not automatically forward you'|@translate}
12        </a>
13</p>
Note: See TracBrowser for help on using the repository browser.