From 8e953230bb3066e9321ba41e7899206af88ca19a Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Tue, 29 Oct 2013 22:47:52 +0100 Subject: [PATCH] Show menu icons in default configuration. --- config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.default.php b/config.default.php index 398c0863..f8735fae 100644 --- a/config.default.php +++ b/config.default.php @@ -180,7 +180,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $allow_negative_prices = 1; /* Show menu category icons in core themes */ - $show_menu_category_icons = 0; + $show_menu_category_icons = 1; // Internal configurable variables //----------------------------------------------------------------------------------- -- 2.30.2