Your best way to do so is creating a new template, named usercpbar, and put the code you need in it.
Then, on global.php add this code:
PHP Code:
// draw usercp links for all pages
eval("\$usercpbar = \"".gettemplate('usercpbar')."\";");
right after this
PHP Code:
$newpmmsg=1;
eval("\$headnewpm = \"".gettemplate('head_newpm')."\";");
}
now you should be able to use $headnewpm in any of your templates.
I know this is a lot of work, but I think that's your only chance.