Changeset 3672:688db50dab3e for plugins/themeEditor
- Timestamp:
- 01/23/18 15:38:11 (8 years ago)
- Branch:
- 2.13
- Children:
- 3673:efaeacffe25c, 3677:99d297453570
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/themeEditor/_admin.php
r3333 r3672 103 103 mode: "javascript", 104 104 tabMode: "indent", 105 lineWrapping: "true",106 lineNumbers: "true",107 matchBrackets: "true",108 autoCloseBrackets: "true",105 lineWrapping: 1, 106 lineNumbers: 1, 107 matchBrackets: 1, 108 autoCloseBrackets: 1, 109 109 theme: "'.($core->auth->user_prefs->interface->colorsyntax_theme != '' ? $core->auth->user_prefs->interface->colorsyntax_theme : 'default').'" 110 110 });
Note: See TracChangeset
for help on using the changeset viewer.