0001606: Statement are not sent to general contact
[fa-stable.git] / themes / aqua / renderer.php
index 2734ad08f644bbb5efa908346c47f95f91648042..10c3c95641d9e7e09f7aad57d26b94b2d753d01a 100644 (file)
                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 "<img src='$path_to_root/themes/cool/images/$img' style='vertical-align:middle;' border='0'>&nbsp;&nbsp;";
+                       return "<img src='$path_to_root/themes/aqua/images/$img' style='vertical-align:middle;' border='0'>&nbsp;&nbsp;";
                }
 
                function wa_header()