Changeset 3835:a9e69a088568
- Timestamp:
- 08/30/18 16:46:23 (7 years ago)
- Branch:
- default
- source:
- 1e82d075a6460262d2ac72e5ebcbac209e943408
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/themeEditor/index.php
r3799 r3834 75 75 dcPage::jsLoad(dcPage::getPF('themeEditor/js/script.js')); 76 76 if ($user_ui_colorsyntax) { 77 echo dcPage::jsVar ('dotclear.colorsyntax', $user_ui_colorsyntax);77 echo dcPage::jsVars(array('dotclear.colorsyntax' => $user_ui_colorsyntax)); 78 78 echo dcPage::jsLoadCodeMirror($user_ui_colorsyntax_theme); 79 79 }
Note: See TracChangeset
for help on using the changeset viewer.