diff options
Diffstat (limited to 'view/settings_tabs.tpl')
-rw-r--r-- | view/settings_tabs.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/settings_tabs.tpl b/view/settings_tabs.tpl new file mode 100644 index 000000000..893fdfbce --- /dev/null +++ b/view/settings_tabs.tpl @@ -0,0 +1,6 @@ + +<div id="profile-tabs-wrapper" > + <a href="$account.1" id="profile-tab-status-link" class="profile-tabs" >$account.0</a> + <a href="$plugins.1" id="profile-tab-profile-link" class="profile-tabs" >$plugins.0</a> +<div id="profile-tabs-end"></div> +</div> |