Search found 1 match

by smatheson
Sun Nov 07, 2004 9:58 am
Forum: General discussions
Topic: Error: Cannot open the file template/index.tpl.
Replies: 1
Views: 4337

Error: Cannot open the file template/index.tpl.

I'm trying to include phpMyFAQ within an existing site using php using:

<?php require("faq/index.php"); ?>

I've edited index.tpl to only include the actual code, aka everything within the header, categories, and content comments. The rest of the code I incorporated into my main page template ...