Posted by member 1885 on 2006-06-30 06:59:10 link

First of all you need to determine which popup modules the themes in question are using (it's either popup2.dll or xpopup.dll). Then you need to add one of these lines to the theme's config file(s):

PopupIcons true
(if popup2)

xPopupEntryShowIcon true
(if xpopup)

Keep in mind that if you turn icons on you might also have to adjust text margins and icon size/position, otherwise your popup might end up looking really funky. Take a peek in the popup2/xpopup docs for further info.