I am trying to implement the Zen Cart, but I don't want it to have any styling at all really. I want to add this line
<?php include($_SERVER['DOCUMENT_ROOT].'/header.php) ?> <-- First piece of code that loads
at the top and
<?php footer(); ?> <--Last piece of code that loads
at the bottom
These 2 pieces control my layout and will wrap around the zen cart to make it appear seamless.
Can this be done and if so which file(s) need to be modified?
Thanks,
Nate


Reply With Quote
