diff options
author | PayBas <contact@paybas.com> | 2014-06-02 19:23:56 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-06-24 00:02:22 +0200 |
commit | eda3c36b1c38ec19515f0a6da2ae6413334edc0d (patch) | |
tree | 31546805d72e018c6ee7a4af63e1fb14dc4eaee1 /phpBB/styles/prosilver/template/ucp_header.html | |
parent | 83326718132811d8b57ac8612ff50887ec0fa101 (diff) | |
download | forums-eda3c36b1c38ec19515f0a6da2ae6413334edc0d.tar forums-eda3c36b1c38ec19515f0a6da2ae6413334edc0d.tar.gz forums-eda3c36b1c38ec19515f0a6da2ae6413334edc0d.tar.bz2 forums-eda3c36b1c38ec19515f0a6da2ae6413334edc0d.tar.xz forums-eda3c36b1c38ec19515f0a6da2ae6413334edc0d.zip |
[ticket/12648] Improve UCP/MCP/Posting tabs
PHPBB3-12648
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_header.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_header.html b/phpBB/styles/prosilver/template/ucp_header.html index 102ea5a3a0..6fb82774de 100644 --- a/phpBB/styles/prosilver/template/ucp_header.html +++ b/phpBB/styles/prosilver/template/ucp_header.html @@ -5,7 +5,7 @@ <div id="tabs"> <ul> <!-- BEGIN t_block1 --> - <li <!-- IF t_block1.S_SELECTED -->class="activetab"<!-- ENDIF -->><a href="{t_block1.U_TITLE}"><span>{t_block1.L_TITLE}</span></a></li> + <li class="tab<!-- IF t_block1.S_SELECTED --> activetab<!-- ENDIF -->"><a href="{t_block1.U_TITLE}">{t_block1.L_TITLE}</a></li> <!-- END t_block1 --> </ul> </div> |