MyBB Community Forums

Full Version: How do i remove forum legend?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well i recently purchased and am using FIcons and want to remove the forum legend at the bottom how would i accomplish this i can't seem to find it in any template.
In default theme it's
<dl class="forum_legend smalltext"> <dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt> <dd>{$lang->new_posts}</dd> <dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt> <dd>{$lang->no_new_posts}</dd> <dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt> <dd>{$lang->forum_locked}</dd> </dl>
in index template. If you're using custom theme it has to be in any index template, search for for example {$theme['imgdir']}/off.gif in all of them.
Thanks found and fixed i was using my own theme i created couldn't figure out how to remove it :p