mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
10 lines
298 B
PHP
10 lines
298 B
PHP
<script type="text/javascript">
|
|
tinymce.init({
|
|
menubar: <?php echo $menubar; ?>,
|
|
selector: "<?php echo $selector; ?>",
|
|
plugins: [<?php echo $plugins; ?>],
|
|
toolbar: "<?php echo $toolbar; ?>"
|
|
});
|
|
</script>
|
|
<<?=$selector?> name="<?=$name?>" style="<?=$style?>"><?=$text?></<?=$selector?>>
|