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.dc.page.php

    r2817 r2849  
    925925          '<script type="text/javascript" src="js/meta-editor.js"></script>'; 
    926926     } 
     927 
     928     public static function getPF($file) { 
     929          return $GLOBALS['core']->adminurl->get('load.plugin.file',array('pf' => $file),false); 
     930     } 
    927931} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map