$entry->iconurl has linux full path (not url) e.g. /home/houghton/public_html/modules/Uploads/images/pdf.png It should be /modules/Uploads/images/pdf.png
Date: 2019-08-06 06:13 Posted By: Darren Kierman (kierweb) Within action.default.php ... $imgpath = $this->GetModulePath().'/images/'; needs changed to ... $imgpath = $this->GetModuleURLPath().'/images/';
Date: 2019-08-06 16:10 Posted By: Robert Campbell (calguy1000) fixed in svn
Updated: 2019-08-06 16:10 resolution_id: => 7