From 6a307e8809d2d2c9dfa3119b6f9ea1942de4acc5 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 13 Jan 2016 09:02:03 -0500 Subject: [PATCH] adding list view for sub cats --- views/list_products.php | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/views/list_products.php b/views/list_products.php index 6e690ba..78fafc3 100644 --- a/views/list_products.php +++ b/views/list_products.php @@ -43,6 +43,7 @@ + @@ -51,6 +52,26 @@ $catNum = $_REQUEST[MICHSCI_CATEGORY_NAME]; echo category_description($catNum); ?> + + + + ID,'michsci_tag'); ?> +
+ + +
+ name; ?> +
+
+ + ID,'michsci_tag'); ?> @@ -72,9 +93,3 @@ - - - - - - -- 2.17.1