mirror of
https://github.com/moparisthebest/moparscape.org-smf
synced 2024-11-21 16:25:12 -05:00
Fixed the link to the RS Wiki and added a link to the homepage from the banner.
This commit is contained in:
parent
737fa75941
commit
5efe551ed3
@ -4196,7 +4196,7 @@ function setupMenuContext()
|
|||||||
//xxx RS Wiki button
|
//xxx RS Wiki button
|
||||||
'rswiki' => array(
|
'rswiki' => array(
|
||||||
'title' => 'RS Wiki',
|
'title' => 'RS Wiki',
|
||||||
'href' => "//rswiki.moparisthebest.com/",
|
'href' => "http://rswiki.moparisthebest.com/",
|
||||||
'show' => true,
|
'show' => true,
|
||||||
),
|
),
|
||||||
'calendar' => array(
|
'calendar' => array(
|
||||||
|
@ -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…
Reference in New Issue
Block a user