Dotclear


Ignore:
Timestamp:
12/16/14 11:46:03 (11 years ago)
Author:
Dsls
Branch:
default
Children:
2850:aacd042b1035, 2877:ae86da118440
Message:

Deprecated $core->adminurl->decode, use $core->adminurl->get instead (with urlencode set to false)

Added dcPage::getPF to shortcut plugin file inclusion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/lib.moduleslist.php

    r2817 r2849  
    621621                         '<img alt="%1$s" title="%1$s" src="%2$s" />', 
    622622                         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' 
    624624                    ).'</td>'; 
    625625               } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map