Hello,
how can change header of my board? I Need logo in default theme to be clickable and to remove simple machinges logo
thanks
Edit index.template.php
Be more explained, please
goto forum/themes/yourtheme
in that open index.template.php
the contents will be as follows:
<?php
----
what you have to do is change it to this:
<html>
your header
</html>
<?php
----