Changeset 2849:97e1b334e54b for plugins/blowupConfig
- Timestamp:
- 12/16/14 11:46:03 (11 years ago)
- Branch:
- default
- Children:
- 2850:aacd042b1035, 2877:ae86da118440
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blowupConfig/index.php
r2824 r2849 212 212 <head> 213 213 <title><?php echo __('Blowup configuration'); ?></title> 214 <?php echo dcPage::jsLoad( $core->adminurl->decode('load.plugin.file',array('pf' => 'blowupConfig/config.js'))); ?>214 <?php echo dcPage::jsLoad(dcPage::getPF('blowupConfig/config.js')); ?> 215 215 <?php echo dcPage::jsColorPicker(); ?> 216 216 <script type="text/javascript"> … … 312 312 $preview_image = http::concatURL($core->blog->url,blowupConfig::imagesURL().'/page-t.png'); 313 313 } else { 314 $preview_image = $core->adminurl->decode('load.plugin.file', 315 array('pf' => 'blowupConfig/alpha-img/page-t/'.$blowup_user['top_image'].'.png')); 314 $preview_image = dcPage::getPF('blowupConfig/alpha-img/page-t/'.$blowup_user['top_image'].'.png'); 316 315 } 317 316
Note: See TracChangeset
for help on using the changeset viewer.