Changeset 3999:c0171c8cb7d2 for plugins/blowupConfig/index.php
- Timestamp:
- 06/30/19 17:42:45 (6 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blowupConfig/index.php
r3874 r3999 204 204 <title><?php echo __('Blowup configuration'); ?></title> 205 205 <?php 206 $js = [ 207 'blowup_public_url' => blowupConfig::imagesURL(), 208 'msg' => [ 209 'predefined_styles' => __('Predefined styles'), 210 'apply_code' => __('Apply code'), 211 'predefined_style_title' => __('Choose a predefined style') 212 ] 213 ]; 214 echo dcPage::jsJson('blowup', $js); 206 215 echo dcPage::jsLoad(dcPage::getPF('blowupConfig/js/config.js')); 207 echo dcPage::jsVars([208 'dotclear.blowup_public_url' => blowupConfig::imagesURL(),209 'dotclear.msg.predefined_styles' => __('Predefined styles'),210 'dotclear.msg.apply_code' => __('Apply code'),211 'dotclear.msg.predefined_style_title' => __('Choose a predefined style')212 ]);213 216 ?> 214 217 </head>
Note: See TracChangeset
for help on using the changeset viewer.