Cool mod. I didn't see any icon images initially. To make the icon images show up, I had to tell it the source.
Was:
Code:
[img]../icon.php?categoryid={$subcategories[cat_num].categoryid}[/img]
Now:
Code:
[img]{$xcart_web_dir}/icon.php?categoryid={$subcategories[cat_num].categoryid}[/img]
Also, to get rid of the ItemList text from showing up at the bottom of the dialog box...I deleted this code:
The issue I have now is getting the icon images to line up horizontally. I have a couple subcategory titles that are long (two lines of text that is wrapped). When that happens, the text justifies to center vertical alignment...which pushes the icon image up throwing it out of alignment with the others. What's the easy fix for that?