Code: Select all
<?php require("faq/index.php"); ?>
When I call up the main php file, my default template displays correctly, however where the phpMyFAQ should display, I only get:
Looking at the source of the page, everything seems to be in order. Also, looking at the main default phpMyFAQ page, aka "faq/index.php" it displays properly, minus the formatting of course because I took it out of the template.Error: Cannot open the file template/index.tpl.
Help?