From c9f9625b08049715e54212b6f3169e20e67e3c7b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 12 Jan 2016 10:00:27 -0500 Subject: [PATCH] added category description to category view --- views/list_categories.php | 22 +++++++++++++++++----- views/list_products.php | 3 --- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/views/list_categories.php b/views/list_categories.php index 399ff45..0971b44 100644 --- a/views/list_categories.php +++ b/views/list_categories.php @@ -1,16 +1,22 @@
+ + -
-
<?php echo $term->name; ?> - description ?> + @@ -21,11 +27,17 @@ -
+ @@ -38,7 +50,7 @@
<?php echo $term->name; ?>
- description ?> + diff --git a/views/list_products.php b/views/list_products.php index 197b8b4..2f4819e 100644 --- a/views/list_products.php +++ b/views/list_products.php @@ -1,7 +1,6 @@ -
@@ -39,8 +38,6 @@ - -
-- 2.17.1