Hello,
i want to add hyperlink in my smf logo...
when i click logo, browser should open URL ( www.something.com for example )
is it possible?
Thank you! :)
index.template.php
<img src="', $settings['header_logo_url'], '" alt="', $context['forum_name'], '" border="0" />';
<a href="http://link.com">
<img src="', $settings['header_logo_url'], '" alt="', $context['forum_name'], '" border="0" /></a>';
can't find that code
Which version are you using?
1.0.5.
Then you ask to do with smflogo.gif ?
<img src="', $settings['images_url'], '/smflogo.gif" width="250" style="float: right;" alt="" />
<a href="http://www.link.com">
<img src="', $settings['images_url'], '/smflogo.gif" width="250" style="float: right;" alt="" /></a>
its OK now, thank you. but i need one more info:
can it open in new page?
<a href="http://www.link.com" target ="0">
Or <a href="http://www.site.com" target"_blank">.