Messages Inbox Outbox

This commit is contained in:
Paminger
2016-06-23 10:28:26 +02:00
parent ab4c8ac373
commit 4f14e7fa92
17 changed files with 196 additions and 26 deletions
+1
View File
@@ -1,5 +1,6 @@
<script type="text/javascript">
tinymce.init({
menubar: <?php echo $menubar; ?>,
selector: "<?php echo $selector; ?>",
plugins: [<?php echo $plugins; ?>],
toolbar: "<?php echo $toolbar; ?>"