Well dude, i found out how to do it...
Open your global.php and search for this source in lines 626-629
PHP Code:
$pagenumber = $vbulletin->input->clean_gpc('r', 'pagenumber', TYPE_UINT);
eval('$headinclude = "' . fetch_template('headinclude') . '";');
eval('$header = "' . fetch_template('header') . '";');
eval('$footer = "' . fetch_template('footer') . '";');
move them to above of this source in lines 788-790
PHP Code:
// #############################################################################
// ######################### END TEMPLATES & STYLES ############################
// #############################################################################
Save it and go to your template section in admincp and edit your header =)