MyBB Community Forums

Full Version: How Do I Change Names In Header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ok so how do i change the the names of the links in the header

ok so i have it like this [Image: portal.jpg] and when i change it to say home it just goes blank

some one plzzzz help me
try going to templates===>look for the name of your current theme
then go to header
there your suppose to be able to alter names
Change:

<li><a href="{$mybb->settings['bburl']}/index.php">{$lang-> portal}</a></li>


To:

<li><a href="{$mybb->settings['bburl']}/index.php">Home</a></li>

Find this at:

ACP -> Templates & Styles -> Templates -> YourTemplate -> Header Templates -> Header