View Single Post
  #2  
Old 08-06-2009, 10:50 AM
 
briansol briansol is offline
 

Member
  
Join Date: Aug 2009
Posts: 19
 

Default Re: can't get static pages to parse smarty tags

ok, i think i got this sorted...

instead of the include, i'm using smarty.

Code:
<?php require "./auth.php"; $location = ""; $smarty->assign("main","catalog"); # Assign the current location line $smarty->assign("location", $location); func_display("pages/US/aboutus.html",$smarty); ?>
__________________
xcart 4.1.12
Reply With Quote