Changeset 3040:3932f30ecefb
- Timestamp:
- 07/04/15 09:56:20 (10 years ago)
- Branch:
- default
- committer:
- Nicolas <nikrou77@gmail.com> 1435996607 -7200
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/_post_config.php
r2972 r3040 80 80 CKEDITOR.timestamp = ''; 81 81 CKEDITOR.config.skin = 'dotclear,'+dotclear.dcckeditor_plugin_url+'/js/ckeditor-skins/dotclear/'; 82 CKEDITOR.config.baseHref = dotclear.base_url; 82 CKEDITOR.config.baseHref = dotclear.base_url; 83 CKEDITOR.config.height = '<?php echo $core->auth->getOption('edit_size') * 14;?>px'; 83 84 84 85 <?php if (!empty($dcckeditor_cancollapse_button)):?>
Note: See TracChangeset
for help on using the changeset viewer.