mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 23:36:00 +00:00
6 lines
171 B
PHP
Executable File
6 lines
171 B
PHP
Executable File
|
|
<?php IncludeCom("dev/ckeditor4_head")?>
|
|
|
|
<textarea class="js-ckeditor4" name="<?= $name?>" id="edit_<?= mt_rand()?>" mode="<?= $mode?>"><?= $value?></textarea>
|
|
|