MyBB Community Forums

Full Version: Another question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

i had one more question. How can i edit this areaSadSee Attachment)?

Kind Regards,
k1R@
that menu code should be at the top of the footer template - what exactly you want to do
below code segment is from MyBB's default (stock) theme
<div class="bottommenu">
				<div class="float_right">{$lang_select}</div>
				<div>
					<span class="smalltext"><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a> | <a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a> | <a href="#top">{$lang->bottomlinks_returntop}</a> | <a href="#content">{$lang->bottomlinks_returncontent}</a> | <a href="<archive_url>">{$lang->bottomlinks_litemode}</a> | <a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></span>
				</div>
			</div>
			</div>
Thank You.
I just removed the "return to top", since i have a (js)button for that.