fixing syntax error
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 29 Jan 2016 17:50:58 +0000 (12:50 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 29 Jan 2016 17:50:58 +0000 (12:50 -0500)
views/list_categories.php

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