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:
2d7de2a
)
fixing syntax error
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 29 Jan 2016 17:50:07 +0000
(12:50 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 29 Jan 2016 17:50:07 +0000
(12:50 -0500)
views/list_categories.php
patch
|
blob
|
history
diff --git
a/views/list_categories.php
b/views/list_categories.php
index
68b4934
..
ac40355
100644
(file)
--- a/
views/list_categories.php
+++ b/
views/list_categories.php
@@
-2,7
+2,7
@@
<?php $cat_id = $_REQUEST['michsci_category'];
if($cat_id){
$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){