1 (edited by thezerobeatz 2013-10-19 18:32)

Topic: a litle help please

Hi,
I want to replace title of forum by an image
I went to /style/THEME 'main.tp' and I added this line :

        <!-- forum_title -->

<a href="www. domainename. com/forum/"><img src="/logo.jpg" alt="domainename" title="domainename Forum" /></a>

it works but it still showing the title of the "head" !! how to delete it ?

2 (edited by keeshii 2013-10-19 07:16)

Re: a litle help please

Delete from main.tpl lines:

<!-- forum_title -->
<!-- forum_desc -->

These comments are being replaced by html code while generating web page.

If you want to contact me quickly - send e-mail, not PM.
<?php $t='<?php $t=%c%s%c; printf($t,39,$t,39,10);%c'; printf($t,39,$t,39,10);

Re: a litle help please

Thank you smile
it works