diff options
Diffstat (limited to 'BSF/template/yoga/profile.tpl')
-rw-r--r-- | BSF/template/yoga/profile.tpl | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/BSF/template/yoga/profile.tpl b/BSF/template/yoga/profile.tpl new file mode 100644 index 000000000..75ea61d48 --- /dev/null +++ b/BSF/template/yoga/profile.tpl @@ -0,0 +1,22 @@ +{* $Id$ *} +<div id="content" class="content"> + +{if isset($errors)} +<div class="errors"> + <ul> + {foreach from=$errors item=error} + <li>{$error}</li> + {/foreach} + </ul> +</div> +{/if} + + <div class="titrePage"> + <ul class="categoryActions"> + <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/></a></li> + </ul> + <h2>{'Profile'|@translate}</h2> + </div> + +{$PROFILE_CONTENT} +</div> <!-- content --> |