Fixed theme images location.
[fa-stable.git] / themes / default / renderer.php
index 6df2553f8bec5352239ef03c4690a956af193d6f..c57cc92ebccc2d8bd3dd03588ffff9496e26f787 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/default/images/$img' style='vertical-align:middle;' border='0'>&nbsp;&nbsp;";
                }
 
                function wa_header()