Changeset 3915:a57821ba9ef1 for plugins/dcCKEditor/inc
- Timestamp:
- 11/05/18 16:40:40 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/inc/dc.ckeditor.behaviors.php
r3897 r3915 60 60 dcPage::jsLoad($config_js); 61 61 62 if ($GLOBALS['core']->auth->user_prefs->interface->htmlfontsize) {63 $res .=64 '<script type="text/javascript">' . "\n" .65 dcPage::jsVar('dotclear_htmlFontSize', $GLOBALS['core']->auth->user_prefs->interface->htmlfontsize) . "\n" .66 "</script>\n";67 }68 69 62 return $res; 70 63 }
Note: See TracChangeset
for help on using the changeset viewer.