source: branches/2.4/themes/default/template/redirect.tpl @ 16930

Last change on this file since 16930 was 5095, checked in by plg, 14 years ago

feature 1494: move all *.tpl files from template/yoga to the new
template/default (from which yoga derives)

  • 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.