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:
7cce5d3
)
adding header to cat/subcat title output
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 14 Jan 2016 15:12:21 +0000
(10:12 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 14 Jan 2016 15:12:21 +0000
(10:12 -0500)
views/list_products.php
patch
|
blob
|
history
diff --git
a/views/list_products.php
b/views/list_products.php
index
bec4dd8
..
ca8c0fd
100644
(file)
--- a/
views/list_products.php
+++ b/
views/list_products.php
@@
-1,7
+1,7
@@
<?php if(!isset($_COOKIE['view']) || $_COOKIE['view'] == "grid"){ ?>
<?php $cat_id = $_REQUEST[MICHSCI_CATEGORY_NAME]; ?>
<?php $term = get_term($cat_id, MICHSCI_CATEGORY_NAME); ?>
-<?php echo
$term->name
; ?>
+<?php echo
'<h3>' . $term->name . '</h3>'
; ?>
<?php get_template_part('parts/sidebar-l'); ?>
<div id="gridView" class="row">
<?php