aboutsummaryrefslogtreecommitdiffstats
path: root/view/settings_tabs.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-09-30 00:56:24 -0700
committerFriendika <info@friendika.com>2011-09-30 00:56:24 -0700
commit30b7c689292b3a5d06fb9c52a369b53ecb05e57f (patch)
tree6813c160e32181f7e0ca800b5d069c13ca21b1ee /view/settings_tabs.tpl
parent52557b011d2c05e83b1df91d2d766317dd2c5223 (diff)
parent6f610eb614f5d80c3a8dc1f69832dc9032876f6f (diff)
downloadvolse-hubzilla-30b7c689292b3a5d06fb9c52a369b53ecb05e57f.tar.gz
volse-hubzilla-30b7c689292b3a5d06fb9c52a369b53ecb05e57f.tar.bz2
volse-hubzilla-30b7c689292b3a5d06fb9c52a369b53ecb05e57f.zip
Merge pull request #10 from duthied/master
UI work on testbubble theme + core tpl files
Diffstat (limited to 'view/settings_tabs.tpl')
-rw-r--r--view/settings_tabs.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/settings_tabs.tpl b/view/settings_tabs.tpl
index 893fdfbce..5003ed8ce 100644
--- a/view/settings_tabs.tpl
+++ b/view/settings_tabs.tpl
@@ -1,6 +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>
+ <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>