mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-03 00:06:40 +00:00
9 lines
325 B
PHP
Executable File
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>
|