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:
3c14ba2
)
adjusting header for subcat output and added id for future styling
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 14 Jan 2016 15:15:35 +0000
(10:15 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 14 Jan 2016 15:15:35 +0000
(10:15 -0500)
views/list_products.php
patch
|
blob
|
history
diff --git
a/views/list_products.php
b/views/list_products.php
index
ca8c0fd
..
c001c8e
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 '<h
3>' . $term->name . '</h3
>'; ?>
+<?php echo '<h
1 id="catTitleOutput">' . $term->name . '</h1
>'; ?>
<?php get_template_part('parts/sidebar-l'); ?>
<div id="gridView" class="row">
<?php