I'm trying to have an index page at my root directory to display the same header that is displayed in the cart. I created a index.php in the root directory calling up:
Code: Select all
<?php include ("cart/catalog/view/theme/working/template/common/header.tpl") ?>
Code: Select all
<?php echo $header; ?>