[% USE Whostmgr; USE CPSort; FOREACH addon_data = plugins_data.cpsort('showname'); '
'; IF addon_data.cgi; ""; END; IF addon_data.icon; ""; ELSE; # TODO: Replace 'find_file_url' with 'get_icon_url'? SET auto_icon_url = Whostmgr.find_file_url("icons/${addon_data.tagname}.png") || Whostmgr.find_file_url('icons/plugin_placeholder.png') ; IF auto_icon_url; ""; END; END; "${addon_data.showname}"; ''; '
'; END; ''; -%]