diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-10 15:28:34 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-10 15:28:34 +0200 |
commit | f64e2d63b9ee66482b3461ecb6ee8f7776e23b87 (patch) | |
tree | 9aff5c840b9ec7affe78494e77ff9c2183b6394a /view/settings_tabs.tpl | |
parent | 077726a193809bed5b1433713b69ce985e177925 (diff) | |
download | volse-hubzilla-f64e2d63b9ee66482b3461ecb6ee8f7776e23b87.tar.gz volse-hubzilla-f64e2d63b9ee66482b3461ecb6ee8f7776e23b87.tar.bz2 volse-hubzilla-f64e2d63b9ee66482b3461ecb6ee8f7776e23b87.zip |
New common tab template. Update css
Diffstat (limited to 'view/settings_tabs.tpl')
-rw-r--r-- | view/settings_tabs.tpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/view/settings_tabs.tpl b/view/settings_tabs.tpl deleted file mode 100644 index 5003ed8ce..000000000 --- a/view/settings_tabs.tpl +++ /dev/null @@ -1,6 +0,0 @@ - -<div id="profile-tabs-wrapper" > - <a href="$account.1" id="profile-tab-status-link" class="profile-tabs button" >$account.0</a> - <a href="$plugins.1" id="profile-tab-profile-link" class="profile-tabs button" >$plugins.0</a> -<div id="profile-tabs-end"></div> -</div> |