MyBB Community Forums

Full Version: How to add a link to the footer?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone I'm just wondering how I can a link to the footer template. So let's say for example I wanted to add a link to the google website how would I go about doing this?. Any help would be appreciated.

[Image: footeram.png]
ACP > Themes & Styles > Templates > YOUR THEME TEMPLATES > Footer > Footer templates.

Find such links:

<a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a>

For example,for google,add next to such links like:

<a href="http://www.google.com">Google</a>

Wink
Thank you very much crazy4cs problem solved.