site_logo link to Portal

Click on the Logo: leads to the Portal instead of the index page.

Last visit was: less than a minute ago

It is currently 10. September 2010 02:21


prosilver:

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]
Released on: 20. October 2008 12:23
from: Kevin
Changed at: 23. March 2009 17:45
from: Kevin
Article type: Customizing phpBB3 Core-System
Viewed: 816

Return to English