MyBB Community Forums

Full Version: Footer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I edit the links above my footer section?

where it says "CONTACT US | MY SITE | RETURN TO TOP | RETURN TO CONTENT" etc etc.


Thanks
1. Go to Admin CP > Templates & Style > Templates > Your Template Set > Footer Templates > footer.

2. Find:

<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>

3. Make your own changes accordingly.
thank you!