Re: how to change category headers to images?
Each sidebox there is controlled by the menu.tpl template. You need to edit the table and cells that hold the {$menu_title} and replace them with tables/cells and your own image. It is basically html editing - so if you can use a decent html editor, it will help.
If you want one for each menu, then you should duplicate this menu template, to menu_help.tpl or whatever, and replace the call to menu.tpl in each template, e.g. help.tpl
|