diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-04-08 13:01:04 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-04-08 13:01:04 +0000 |
commit | 96afdb5168c773ce45f1388e2a062a5a050d66b0 (patch) | |
tree | 8bb29b87fef526eb2be05443ac3915e2b0559212 /phpBB/styles | |
parent | 4801f813cdf07fd029aac9fccea3d8b09d51612e (diff) | |
download | forums-96afdb5168c773ce45f1388e2a062a5a050d66b0.tar forums-96afdb5168c773ce45f1388e2a062a5a050d66b0.tar.gz forums-96afdb5168c773ce45f1388e2a062a5a050d66b0.tar.bz2 forums-96afdb5168c773ce45f1388e2a062a5a050d66b0.tar.xz forums-96afdb5168c773ce45f1388e2a062a5a050d66b0.zip |
- changed _module_*_url to only use the main module name but the mode as parameter
- custom module lang function now suffixed by _lang
- added general custom function with mode and module_row parameter
- do not display friends/foes if zebra has been disabled
git-svn-id: file:///svn/phpbb/trunk@5767 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/subSilver/template/ucp_header.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/ucp_header.html b/phpBB/styles/subSilver/template/ucp_header.html index cfe5f2a470..6ff1b3206f 100644 --- a/phpBB/styles/subSilver/template/ucp_header.html +++ b/phpBB/styles/subSilver/template/ucp_header.html @@ -112,7 +112,8 @@ <div style="padding: 2px;"></div> <!-- ENDIF --> -<table class="tablebg" width="100%" cellspacing="1"> +<!-- IF S_ZEBRA_ENABLED --> + <table class="tablebg" width="100%" cellspacing="1"> <tr> <th>{L_FRIENDS}</th> </tr> @@ -150,7 +151,8 @@ </td> </tr> -</table> + </table> +<!-- ENDIF --> </td> <td><img src="images/spacer.gif" width="4" alt="" /></td> |