Open: /styles/prosilver/template/overall_header.html
search:
- Code: Select all
<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
replace with:
- Code: Select all
<a href="{U_PORTAL}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
subsilver2:
Open: /styles/subsilver2/template/overall_header.html
search:
- Code: Select all
<td><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
replace with:
- Code: Select all
<td><a href="{U_PORTAL}">{SITE_LOGO_IMG}</a></td>
Don't forget to purge the forums cache!
Quicklink:
- Code: Select all
[url=http://www.board3.de/knowledge/kb_show.php?id=36]Knowledge Base: site_logo link to Portal[/url]
