source: extensions/NBC_UserAdvManager/branches/2.16/template/del_account.tpl @ 8088

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

merge from trunk to branch 2.16

  • Property svn:eol-style set to LF
File size: 556 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">{'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.