Last change
on this file since 3585 was
3440,
checked in by Eric, 15 years ago
|
V2.10.9d : code revision in ConfirmMail.tpl. We don't need any more the "template" sub-directory to enhance "back link" icon on this page.
|
-
Property svn:eol-style set to
LF
|
File size:
701 bytes
|
Rev | Line | |
---|
[3352] | 1 | {* $Id: ConfirmMail.tpl $ *} |
---|
| 2 | <div id="content" class="content"> |
---|
| 3 | <div class="titrePage"> |
---|
| 4 | <ul class="categoryActions"> |
---|
| 5 | <li> |
---|
[3416] | 6 | {if isset($GALLERY_URL) } |
---|
[3415] | 7 | <a href="{$GALLERY_URL}" title="{'return to homepage'|@translate}"> |
---|
[3440] | 8 | <img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/> |
---|
[3352] | 9 | </a> |
---|
[3416] | 10 | {else} |
---|
| 11 | <a href="{$U_HOME}" title="{'return to homepage'|@translate}"> |
---|
[3440] | 12 | <img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/> |
---|
[3416] | 13 | </a> |
---|
| 14 | {/if} |
---|
[3352] | 15 | </li> |
---|
| 16 | </ul> |
---|
| 17 | <h2>{'title_confirm_mail'|@translate}</h2> |
---|
| 18 | </div> |
---|
| 19 | <ul> |
---|
| 20 | {$CONFIRM_MAIL_MESSAGE} |
---|
| 21 | </ul> |
---|
| 22 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.