doesnt seem to be anything fancy… minus the defult fallback, which i dont care about
function get_header() {
if ( file_exists( TEMPLATEPATH . ‘/header.php’) )
load_template( TEMPLATEPATH . ‘/header.php’);
else
load_template( ABSPATH . ‘wp-content/themes/default/header.php’);
}