X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Fdefault%2Frenderer.php;h=6df2553f8bec5352239ef03c4690a956af193d6f;hb=187fc607b6bd649b8d5937e05d78df7061681954;hp=950cd6a4ee86f8f63fe34ff08fd27ad4c999ebc7;hpb=271a0acb700da2fb593301e42d0c088155dc28ca;p=fa-stable.git diff --git a/themes/default/renderer.php b/themes/default/renderer.php index 950cd6a4..6df2553f 100644 --- a/themes/default/renderer.php +++ b/themes/default/renderer.php @@ -11,19 +11,19 @@ ***********************************************************************/ class renderer { - /* Uncomment this member if you want to use the category icons defined in /applications/applications.php function get_icon($category) { - global $path_to_root; - - $img = $category == '' ? 'right.gif' : $category.'.png'; + global $path_to_root, $show_menu_category_icons; +; + if ($show_menu_category_icons) + $img = $category == '' ? 'right.gif' : $category.'.png'; + else + $img = 'right.gif'; return "  "; } - */ function wa_header() { -// add_js_ufile("themes/default/renderer.js"); page(_($help_context = "Main Menu"), false, true); } @@ -141,7 +141,6 @@ $selected_app = $waapp->get_selected_application(); - $img = "  "; foreach ($selected_app->modules as $module) { // image @@ -156,6 +155,7 @@ foreach ($module->lappfunctions as $appfunction) { + $img = $this->get_icon($appfunction->category); if ($appfunction->label == "") echo " 
"; elseif ($_SESSION["wa_current_user"]->can_access_page($appfunction->access)) @@ -175,6 +175,7 @@ echo ""; foreach ($module->rappfunctions as $appfunction) { + $img = $this->get_icon($appfunction->category); if ($appfunction->label == "") echo " 
"; elseif ($_SESSION["wa_current_user"]->can_access_page($appfunction->access))