diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-07-06 14:19:03 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-07-06 14:19:03 +0200 |
commit | 2c2df90dc0d5eef066a4f6a2613f59f697005411 (patch) | |
tree | 177e969fd3df78cf8a570ced60193d751ce1591b /view/settings_tabs.tpl | |
parent | e7834e60f872f91954266a7bcc2b5adda3df8d00 (diff) | |
download | volse-hubzilla-2c2df90dc0d5eef066a4f6a2613f59f697005411.tar.gz volse-hubzilla-2c2df90dc0d5eef066a4f6a2613f59f697005411.tar.bz2 volse-hubzilla-2c2df90dc0d5eef066a4f6a2613f59f697005411.zip |
Add missing files from previus checkin
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> |