aboutsummaryrefslogtreecommitdiffstats
path: root/BSF/template/yoga/profile.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'BSF/template/yoga/profile.tpl')
-rw-r--r--BSF/template/yoga/profile.tpl22
1 files changed, 0 insertions, 22 deletions
diff --git a/BSF/template/yoga/profile.tpl b/BSF/template/yoga/profile.tpl
deleted file mode 100644
index 75ea61d48..000000000
--- a/BSF/template/yoga/profile.tpl
+++ /dev/null
@@ -1,22 +0,0 @@
-{* $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 -->