mirror of
https://github.com/moparisthebest/moparscape.org-smf
synced 2025-03-11 06:50:21 -04:00
Added a link back to the forum homepage by clicking on the banner (for the default theme).
This commit is contained in:
parent
737fa75941
commit
d41ade3d83
@ -204,7 +204,7 @@ function template_body_above()
|
|||||||
echo $context['forum_name_html_safe'];
|
echo $context['forum_name_html_safe'];
|
||||||
else
|
else
|
||||||
echo '
|
echo '
|
||||||
<img src="', $context['header_logo_url_html_safe'], '" alt="', $context['forum_name_html_safe'], '" />';
|
<a href="' . $scripturl . '"><img src="', $context['header_logo_url_html_safe'], '" alt="', $context['forum_name_html_safe'], '" /></a>';
|
||||||
|
|
||||||
echo '
|
echo '
|
||||||
</h1>
|
</h1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user