How can i change the categories default image from [ folder.gif ] to [ car.jpg ]:
i did the following:
--------------------
in category.class.php this line:
var $default_image = "images/folder.gif";
i changed it to:
----------------
var $default_image = "images/car.jpg";
but it did not work the default image in the admin area [add category] is still folder.gifany Idea ?


any Idea ?
