source: extensions/NBC_UserAdvManager/trunk/template/del_account.tpl @ 9177

Last change on this file since 9177 was 9177, checked in by Eric, 13 years ago

Bug 2188 : Avoid translation flags conflicts

  • Property svn:eol-style set to LF
File size: 560 bytes
Line 
1{html_head}<link rel="stylesheet" type="text/css" href="template/confmail.css">{/html_head}
2
3<div id="content" class="content">
4  <div class="titrePage">
5    <ul class="categoryActions">
6      <li>
7        <a href="{$GALLERY_URL}" title="{'return to homepage'|@translate}">
8          <img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}">
9        </a>
10      </li>
11    </ul>
12    <h2 class="confmail">{'UAM_title_redir_page'|@translate}</h2>
13  </div>
14  <ul>
15    <div class="errors">{$CUSTOM_REDIR_MSG}</div>
16  </ul>
17</div>
Note: See TracBrowser for help on using the repository browser.