Allow you to remove copyright via AdminCP
--------------------------------------------------------------------------------
Open Up: includes/adminfunctions_template.php
Look for (Lines 108-112)
PHP Code:
PHP код:
// check for copyright removal
if ($title == 'footer' AND strpos($template, '$vbphrase[powered_by_vbulletin]') === false)
{
print_stop_message('you_can_not_remove_vbulletin_copyright');
}
and remove that code. This allows you to remove the $vbphrase[powered_by_vbulletin] from the footer of your template!