Skip to main content
Topic: Slogan in Place of Logo (Read 2102 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Slogan in Place of Logo

As mention in current theme settings:
QuoteSite slogan:
(Add your own text for a slogan here. It will replace the default logo.)
However, when we placed a slogan in default theme, the logo is never replaced but stay on top of the slogan.

The relevant code in index.template.php:
Code: [Select]
				<span id="logobox">
<img id="logo" src="', $context['header_logo_url_html_safe'], '" alt="', $context['forum_name_html_safe'], '" title="', $context['forum_name_html_safe'], '" />', empty($settings['site_slogan']) ? '' : '
<span id="siteslogan">' . $settings['site_slogan'] . '</span>', '
</span>

It seems it is the same for both 1.1 and 1.0. I know the fix is simple but is this intended?

Re: Slogan in Place of Logo

Reply #1

 emanuele smells a "oops I forgot to clean up" by a certain dev whose name starts and ends with an "e". O:-)
Bugs creator.
Features destroyer.
Template killer.

Re: Slogan in Place of Logo

Reply #2

I am not sure how (I forget) but I'll PR.

Re: Slogan in Place of Logo

Reply #3

I seem to remember you sent the PR, right @ahrasis ?
Bugs creator.
Features destroyer.
Template killer.

Re: Slogan in Place of Logo

Reply #4

Yeah, I think I did it.