MyBB Community Forums

Full Version: make the logo redirect to index page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can i make the logo redirects to the index page rather that
home page

http://thegame-zone.com/

part of Header template
<!-- begin wrapper -->
<div id="wrapper">
<br />
	<!-- begin logo -->
	<div id="logo">
		<a href="{$mybb->settings['bburl']}/"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" class="logo" /></a>
		<a name="top" id="top"><script type="text/javascript" src="jscripts/snowstorm.js"></script></a>
		<div id="panel">
			<div id="panelcontent">{$welcomeblock}</div>
		</div>
	</div>
	<!-- end logo -->
<a href="{$mybb->settings['bburl']}/">
you can change above code segment to <a href="{$mybb->settings['bburl']}/index.php">
thank you very much
it worked