projects
/
WP-Plugins
/
michsci-products.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df21c10
)
reverting changes, links arent correct
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 1 Feb 2016 21:48:17 +0000
(16:48 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 1 Feb 2016 21:48:17 +0000
(16:48 -0500)
views/list_categories.php
patch
|
blob
|
history
diff --git
a/views/list_categories.php
b/views/list_categories.php
index
ec9ff27
..
180706e
100644
(file)
--- a/
views/list_categories.php
+++ b/
views/list_categories.php
@@
-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,
tru
e, " > "); ?>
+ <?php $ancestors = get_category_parents($cat_id,
fals
e, " > "); ?>
<div class="small-12 medium-6" id="productBreadcrumbs">
<?php echo '<a href="'. get_permalink(510) . '">' . Products . '</a>'." > "; ?>
<?php foreach($ancestors as $relative){