source: extensions/stripped_responsive/template/redirect.tpl @ 32018

Last change on this file since 32018 was 29449, checked in by JanisV, 10 years ago

Initial commit

  • Property svn:executable set to *
File size: 340 bytes
Line 
1<div class="titrePage">
2        <div class="browsePath">
3                <h2>{$REDIRECT_MSG}</h2>
4        </div>
5</div>
6<div id="content">
7        <div id="content_cell">
8                <div class="content_block">
9                        <p><a href="{$page_refresh.U_REFRESH}">
10                                {'Click here if your browser does not automatically forward you'|@translate}
11                        </a></p>
12                </div>
13        </div>
14</div>
Note: See TracBrowser for help on using the repository browser.