From: Janusz Dobrowolski Date: Tue, 29 Oct 2013 21:47:52 +0000 (+0100) Subject: Show menu icons in default configuration. X-Git-Tag: v2.4.2~19^2~323 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=8e953230bb3066e9321ba41e7899206af88ca19a Show menu icons in default configuration. --- 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 //-----------------------------------------------------------------------------------