View Single Post
  #1  
Old 12-19-2004, 04:12 AM
  CC's Avatar 
CC CC is offline
 

eXpert
  
Join Date: Jun 2004
Posts: 349
 

Default 3rd party FAQ program, how do I get template around it?

Hi all

We are adding a 3rd party FAQ program to our store and a helpdesk.

The 3rd party program integrates very easily to any php page, just a simple:
Code:
<? include_once "/usr/local/xxx/xxx/xxx/admin/config.php"); include "/usr/local/xxx/xxx/xxx/admin/faqsupport/home.category.php"); ?>
But doing this in X-Cart obviously doesn't add the store template around it, and we need to make it looks like an integrated part of the site.
I thought it would be easy, but it isn't.

How can I add at least the header and footer of the X-Cart store around this code?
We would like to have all boxes there, categories, manufacturers, help etc etc, but just the header and footer would do for now.

Any help on how to do this would be really appreciated!

We dont have to do it from a template either if it is easier, just from the root would do like ../faq.php if we can call the head and footer tpl's somehow??

TIA
__________________
XC 4.2 inc (unofficial) patch release.
Reply With Quote