Summary:
Missing icons in "Edit Points for Map..." page
Detailed Description:
In this list all icons are missing. You can see only icon description but not
the icon itself.
Solved editing template "editmappoints.tpl"
changing line 25 from
<td>{if !empty($point->icon)}<img
src="../modules/CGGoogleMaps/icons/{$point->icon}" alt="{$point->icon}"
width="16" height="16">{/if
to
<td>{if !empty($point->icon)}<img
src="../modules/CGGoogleMaps/icons/{$point->icon}.png" alt="{$point->icon}"
width="16" height="16">{/if