fixing syntax error
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 13 Jan 2016 14:22:57 +0000 (09:22 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 13 Jan 2016 14:22:57 +0000 (09:22 -0500)
views/list_products.php

index dd6e08f..fc5e00c 100644 (file)
@@ -50,6 +50,7 @@
    <?php 
       $catNum = $_REQUEST[MICHSCI_CATEGORY_NAME];
       echo category_description($catNum);
+      $cat_children = get_term_children($cat_id, MICHSCI_CATEGORY_NAME);
    ?>
         <?php  if(isset($_COOKIE['subcat'])){ ?>