News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

How do I change how where a themes logo url points to?

Started by Valtam, December 07, 2017, 10:42:29 PM

Previous topic - Next topic

Valtam

I'm using a Xmas theme for my Forums.

What file in the themes folder has the setting that allows me to change how where themes logo url points to? The default is of course the Forums home page, but I'd like it to go to an outside url.

Many thanks :)

Valtam

I found it:

/Themes/x-mas_20a/index.template.php

Line: 215

change:

<div id="logo">
<a href="'.$scripturl.'" title=""></a>
</div>


to:

<div id="logo">
<a href="https://www.mywebsite.com" title="My Website">
</div>

Advertisement: