MyBB Community Forums

Full Version: theme editing help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i have create a website using a php open source platform.but there is a usefulness page link on my theme.i want to remove it.but i know a little about php.How can i remove it????i want to remove it from my theme.here is the usefulness page link http://haffow.com/memberlist.php
Go to: ACP > Templates > Header Templates > header > and find the following and remove it;
<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></li>