graphonline/tpl/dev/ckeditor4_head.php
2017-04-15 01:34:36 +03:00

9 lines
325 B
PHP
Executable File

<?php IncludeCom("dev/jquery")?>
<head>
<script src="<?= Root('lib/ckeditor4/ckeditor.js')?>"></script>
<script type="text/javascript">
var g_ckeditor4_contentCss = "<?= $contentCss?>";
</script>
<script src="<?= Root('i/js/dev/init_ckeditor4.js')?>"></script>
</head>