reverting changes, links arent correct
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 1 Feb 2016 21:48:17 +0000 (16:48 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 1 Feb 2016 21:48:17 +0000 (16:48 -0500)
views/list_categories.php

index ec9ff27..180706e 100644 (file)
@@ -1,7 +1,7 @@
 <?php if(!isset($_COOKIE['catView']) || $_COOKIE['catView'] == "grid"){ ?>
  <?php $cat_id = $_REQUEST['michsci_category']; 
  if($cat_id){ ?>
-      <?php $ancestors = get_category_parents($cat_id, true, " > "); ?>
+      <?php $ancestors = get_category_parents($cat_id, false, " > "); ?>
 <div class="small-12 medium-6" id="productBreadcrumbs">
  <?php echo '<a href="'. get_permalink(510) .  '">' . Products . '</a>'." > "; ?>
 <?php foreach($ancestors as $relative){