diff options
Diffstat (limited to 'view/settings_tabs.tpl')
-rw-r--r-- | view/settings_tabs.tpl | 4 |
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> |