I did check it out. Though the page I am creating, I don't want to call it from the template system, instead call it from a flat file using PHP. So I want to display the Header, Navbar, then have it load my file, followed by the footer.
For some reason, it just stops loading after
PHP Code:
echo eval('print_output("' . fetch_template('header') . '");');
When I swap it with footer, or navbar, it will display. For some reason it just stops loading after the first eval() statement.
I did check it out. Though the page I am creating, I don't want to call it from the template system, instead call it from a flat file using PHP. So I want to display the Header, Navbar, then have it load my file, followed by the footer.
For some reason, it just stops loading after
PHP Code:
echo eval('print_output("' . fetch_template('header') . '");');
When I swap it with footer, or navbar, it will display. For some reason it just stops loading after the first eval() statement.