Changeset 2849:97e1b334e54b for inc/admin/lib.moduleslist.php
- Timestamp:
- 12/16/14 11:46:03 (11 years ago)
- Branch:
- default
- Children:
- 2850:aacd042b1035, 2877:ae86da118440
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.moduleslist.php
r2817 r2849 621 621 '<img alt="%1$s" title="%1$s" src="%2$s" />', 622 622 html::escapeHTML($id), file_exists($module['root'].'/icon.png') ? 623 $this->core->adminurl->decode('load.plugin.file',array('pf' => $id.'/icon.png')) : 'images/module.png'623 dcPage::getPF($id.'/icon.png') : 'images/module.png' 624 624 ).'</td>'; 625 625 }
Note: See TracChangeset
for help on using the changeset viewer.