find this line of code in mod_uddeim.php
[code:1]echo " <div class='floaterBody'><br />".$udd_link."<br /><br /><img src='".$udd_moduleSubPath."/mail.gif' border='0' alt='' /></div>\n";[/code:1]
replace with this (just added an image
)
[code:1]echo " <div class='floaterBody'><br /><img src='".$udd_moduleSubPath."/mail.png' border='0' alt='' align='left' />".$udd_link."</div>\n";
[/code:1]
and custom some css
here's the module package
Attachment mod_uddeim.zip not found