Well I threw together the mod this evening and tested it out and was unable to get it to work. It was a simple mod... and I am not understanding why it did not work... so I will have to go back to the drawing board...
All I did in the mod was comment out the following line:
Code:
<FONT class="VertMenuBoxNewsTitle">{$menu_title}</FONT>
and replace it with:
Code:
[img]{Imagesdir}/{$menu_title}.gif[/img]
So basically what it would do is for each header it would look for a graphical GIF file in the images directory with the same name as the TITLE of the box... so for authentication it would look in the images directory for authentication.gif ...
In theory this should work but when testing it I was unable to make it happen...
It was a quick simple hack to get what you wanted done... nothing fancy..
Ill try and work on this some more....