Prepared for category icons in applications/application.php for themes
[fa-stable.git] / themes / default / renderer.php
index 03a56f2448ddc4127245b8872201a598d3fee088..950cd6a4ee86f8f63fe34ff08fd27ad4c999ebc7 100644 (file)
 ***********************************************************************/
        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';
+                       return "<img src='$path_to_root/themes/cool/images/$img' style='vertical-align:middle;' border='0'>&nbsp;&nbsp;";
+               }
+               */
+
                function wa_header()
                {
 //                     add_js_ufile("themes/default/renderer.js");