Last change
on this file since 5144 was
5095,
checked in by plg, 15 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:
501 bytes
|
Line | |
---|
1 | <div id="content" class="content"> |
---|
2 | |
---|
3 | {if isset($errors)} |
---|
4 | <div class="errors"> |
---|
5 | <ul> |
---|
6 | {foreach from=$errors item=error} |
---|
7 | <li>{$error}</li> |
---|
8 | {/foreach} |
---|
9 | </ul> |
---|
10 | </div> |
---|
11 | {/if} |
---|
12 | |
---|
13 | <div class="titrePage"> |
---|
14 | <ul class="categoryActions"> |
---|
15 | <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li> |
---|
16 | </ul> |
---|
17 | <h2>{'Profile'|@translate}</h2> |
---|
18 | </div> |
---|
19 | |
---|
20 | {$PROFILE_CONTENT} |
---|
21 | </div> <!-- content --> |
---|
Note: See
TracBrowser
for help on using the repository browser.