Initial commit
This commit is contained in:
8
playarea/templates/pages/productCategory.php
Normal file
8
playarea/templates/pages/productCategory.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php $this->template_load("head.php"); ?>
|
||||
<?php $this->template_load("header.php"); ?>
|
||||
<?php $b->template_load("productCategory/block.php", array("params" => $_GET, "url" => $b->router_get_canonical_uri()), false); ?>
|
||||
<?php $b->template_load("productCategory/tags_bottom.php"); ?>
|
||||
<?php $b->template_load("productCategory/faq.php"); ?>
|
||||
<?php $this->template_load("main/questions.php"); ?>
|
||||
<?php $b->template_load("productCategory/about.php"); ?>
|
||||
<?php $this->template_load("footer.php"); ?>
|
||||
Reference in New Issue
Block a user