From a89c4a708f9096b3d50575562fe732fd69267ca7 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 29 Jan 2016 12:50:58 -0500 Subject: [PATCH] fixing syntax error --- views/list_categories.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/list_categories.php b/views/list_categories.php index ac40355..b56f7c4 100644 --- a/views/list_categories.php +++ b/views/list_categories.php @@ -1,7 +1,7 @@ "); ?> + $ancestors = get_category_parents($cat_id, false, " > "); } ?>
' . Products . ''." > "; ?> -- 2.17.1