Version 4.1
Get icon url
Icon url (48px) from page thumbnail image.
String
Show small icon from all employees.
foreach ( $Employees as $Employee ){ $txt .= "<IMG src="{$Employee->getIconUrl()}/>"; }