Okay, I got it to work thank you!
I deleted
PHP Code:
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('TEST') . '");');
// ### TODAY'S BIRTHDAYS ##################
all the other index.php script here.
And at the end like you said put
PHP Code:
// ### ALL DONE! SPIT OUT THE HTML AND LET'S GET OUTTA HERE... ###
eval('print_output("' . fetch_template('TEST') . '");');
Instead of
PHP Code:
// ### ALL DONE! SPIT OUT THE HTML AND LET'S GET OUTTA HERE... ###
eval('print_output("' . fetch_template('FORUMHOME') . '");');
And now it works 100%!! Thank you so much Lynne