Changeset 2825:966e82aaed07 for plugins/pings/lib.pings.php
- Timestamp:
- 12/01/14 13:15:13 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pings/lib.pings.php
r2566 r2825 33 33 public static function pingJS() 34 34 { 35 global $core; 36 35 37 $res = 36 38 "<script type=\"text/javascript\">\n//<![CDATA[\n". 37 39 dcPage::jsVar('dotclear.msg.check_all',__('Check all'))."\n". 38 "</script>\n".dcPage::jsLoad( 'index.php?pf=pings/post.js');40 "</script>\n".dcPage::jsLoad($core->adminurl->decode('load.plugin.file',array('pf' => 'pings/post.js'))); 39 41 40 42 return $res;
Note: See TracChangeset
for help on using the changeset viewer.