Changeset 3257:5d75774016a3 for plugins/themeEditor/_admin.php
- Timestamp:
- 06/18/16 18:43:08 (9 years ago)
- Branch:
- default
- Children:
- 3258:2357a1bf9114, 3284:e2c6add4816b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/themeEditor/_admin.php
r3251 r3257 78 78 echo '</div>'; 79 79 echo '<div class="col">'; 80 echo dcPage::js CodeMirror('',false,array('javascript'));80 echo dcPage::jsLoadCodeMirror('',false,array('javascript')); 81 81 foreach ($themes_list as $theme) { 82 82 echo dcPage::cssLoad('js/codemirror/theme/'.$theme.'.css');
Note: See TracChangeset
for help on using the changeset viewer.