diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-07-22 22:58:43 -0500 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-07-22 22:58:43 -0500 |
| commit | ffe7f76b90bd24c4c2f2c8bf24c34df69f2def52 (patch) | |
| tree | d5728b3c72a1c587adba78dbca6c7e827790b34f /phpBB/styles/subsilver2/template/overall_header.html | |
| parent | a5dd64195a3a88db3fec38ac74dfb5d118ab5622 (diff) | |
| download | forums-ffe7f76b90bd24c4c2f2c8bf24c34df69f2def52.tar forums-ffe7f76b90bd24c4c2f2c8bf24c34df69f2def52.tar.gz forums-ffe7f76b90bd24c4c2f2c8bf24c34df69f2def52.tar.bz2 forums-ffe7f76b90bd24c4c2f2c8bf24c34df69f2def52.tar.xz forums-ffe7f76b90bd24c4c2f2c8bf24c34df69f2def52.zip | |
[ticket/11021] subsilver2 support
PHPBB3-11021
Diffstat (limited to 'phpBB/styles/subsilver2/template/overall_header.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/overall_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index f08531c47f..ded087ca6d 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -139,7 +139,7 @@ function marklist(id, name, state) <div id="logodesc"> <table width="100%" cellspacing="0"> <tr> - <td><a href="{U_INDEX}" class="imageset">{SITE_LOGO_IMG}</a></td> + <td><a href="<!-- IF U_HOME -->{U_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" class="imageset">{SITE_LOGO_IMG}</a></td> <td width="100%" align="center"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td> </tr> </table> |
