I still think some files are not getting over writen'
does it do the same thing for the other skin ?
skin_arcade.php? it must
because the line in your mod_modcp.php file should be
PHP Code:
$this->html .= $main->html->copyright($main->version,$ibforums->lang['timeformat1'],$main->BFL);
instead of commenting this line out
PHP Code:
$this->html .= $main->html->copyright($main->version,$ibforums->lang['timeformat1']);
change it to
PHP Code:
$this->html .= $main->html->copyright($main->version,$ibforums->lang['timeformat1'],$main->BFL);