mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-20 07:00:16 +00:00
first commit
This commit is contained in:
8
tpl/dev/ckeditor4_head.php
Executable file
8
tpl/dev/ckeditor4_head.php
Executable file
@@ -0,0 +1,8 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user