Open you global.php file and find this: (yours might be different as I use vB 3.0. And look for the bit I have highlighted in red.
Code:
// templates to be included in every single page...
$globaltemplates = array_merge($globaltemplates, array(
// the really important ones
'header',
'footer',
'headinclude',
'phpinclude_start',
'phpinclude_end',
// new private message script
'pm_popup_script',
// navbar construction
'navbar',
'navbar_link',
// forumjump and go button
'forumjump',
'gobutton',
'option',
// multi-page navigation
'pagenav',
'pagenav_curpage',
'pagenav_pagelink',
'threadbit_pagelink',
// misc useful
'spacer_open',
'spacer_close',
'username_loggedout',
'username_loggedin',
'timezone',
'STANDARD_ERROR',
'STANDARD_REDIRECT'
Then add you two templates at the top like this in red and see if that fixes it.
Code:
// misc usefull
'calendar_roll',
'calendar_rollbit,
'spacer_open',
'spacer_close',
'username_loggedout',
'username_loggedin',
'timezone',
'STANDARD_ERROR',
'STANDARD_REDIRECT'
And see if that fixes it