diff options
Diffstat (limited to 'admin/themes/default/template/profile.tpl')
-rw-r--r-- | admin/themes/default/template/profile.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/themes/default/template/profile.tpl b/admin/themes/default/template/profile.tpl new file mode 100644 index 000000000..6eac82e44 --- /dev/null +++ b/admin/themes/default/template/profile.tpl @@ -0,0 +1,5 @@ +<div class="titrePage"> + <h2>{'Profile'|@translate}</h2> +</div> + +{$PROFILE_CONTENT} |