View Single Post
  #1  
Old 05-05-2004, 05:41 PM
 
sschroedl sschroedl is offline
 

Newbie
  
Join Date: May 2004
Location: Portland, Oregon
Posts: 3
 

Default Template intergration into current site

Here is current site look and feel: http://www.verilan.com

All I want to do is find the files to edit to add the tags below

<?php
include "../../includes/store_header.txt";
include "../../includes/store_footer.txt";
?>

I have that in a simple php file located at: http://www.verilan.com/store/test/

Has anyone found a simple way to do a include call to the site design? I have tried to do my GUI in the header.tpl file... BUT WHAT A PAIN.

If someone has sleeping problems or drinks coffee and jolt at the same time then this challenge is for you.

Thanks
Reply With Quote