Search found 2 matches

by forgiven
Tue Apr 28, 2015 10:22 pm
Forum: Skins and Themes
Topic: Integrate Into existing Site
Replies: 3
Views: 18568

Re: Integrate Into existing Site

OK, so I need to include a php file for the header and footer. So I put:
<?php include 'direct/path/h.php'; ?> between line 29 and 31 of /assets/template/default/index.tpl then saved and browsed to the link and nothing shows up. I assume it does not like the php inside the tpl?
by forgiven
Sat Mar 14, 2015 12:50 am
Forum: Skins and Themes
Topic: Integrate Into existing Site
Replies: 3
Views: 18568

Integrate Into existing Site

Just installed phpMyFAQ 2.8.x. Now i would like to know how/where to add our header, sidebar and footer into phpMyFAQ PHP? Our site is written in pHP if that matters