aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/overall_header.html
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-07-22 22:58:43 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2012-07-22 22:58:43 -0500
commitffe7f76b90bd24c4c2f2c8bf24c34df69f2def52 (patch)
treed5728b3c72a1c587adba78dbca6c7e827790b34f /phpBB/styles/subsilver2/template/overall_header.html
parenta5dd64195a3a88db3fec38ac74dfb5d118ab5622 (diff)
downloadforums-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.html2
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>