Merge pull request #3 from PureCS/master

A couple of minor fixes.
This commit is contained in:
Travis Burtrum 2014-02-24 10:41:17 -05:00
commit e731759676
2 changed files with 2 additions and 2 deletions

View File

@ -4196,7 +4196,7 @@ function setupMenuContext()
//xxx RS Wiki button
'rswiki' => array(
'title' => 'RS Wiki',
'href' => "//rswiki.moparisthebest.com/",
'href' => "http://rswiki.moparisthebest.com/",
'show' => true,
),
'calendar' => array(

View File

@ -204,7 +204,7 @@ function template_body_above()
echo $context['forum_name_html_safe'];
else
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 '
</h1>