X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Faqua%2Frenderer.php;h=10c3c95641d9e7e09f7aad57d26b94b2d753d01a;hb=a01cbf378c448da44758b9b9898eb1acc970e84a;hp=2734ad08f644bbb5efa908346c47f95f91648042;hpb=0b555ffc638a7ff241472348d7121301645b47a9;p=fa-stable.git diff --git a/themes/aqua/renderer.php b/themes/aqua/renderer.php index 2734ad08..10c3c956 100644 --- a/themes/aqua/renderer.php +++ b/themes/aqua/renderer.php @@ -14,12 +14,12 @@ function get_icon($category) { global $path_to_root, $show_menu_category_icons; -; + if ($show_menu_category_icons) $img = $category == '' ? 'right.gif' : $category.'.png'; else $img = 'right.gif'; - return "  "; + return "  "; } function wa_header()