Topic: Link back to main web site?

Do I have to hack the code to put a link back to the main website with the other links at the top left of the page? If I do can anyone please tell me what file to look in.

Thanks
Lee

2

Re: Link back to main web site?

look under ./include/template/main.tpl

Add your html code after the <pun_navlinks> and before the <br><br><pun_status>
Example code as seen here at punbb:

<pun_navlinks><a href="http://punbb.org">Go back to PunBB.org</a><br><br><pun_status>
Do, or do not.

Re: Link back to main web site?

Many thanks. Answers are quick round here.

4

Re: Link back to main web site?

Glad it worked out for you.

Do, or do not.