PhpBB/Customization
From r00tedvw.com wiki
Make the Page Logo link to site document root
edit overall_header.html
Look for the following section:
<div id="custom-header">
Then find this line:
<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
change it to this
<a href="/" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>