first commit
This commit is contained in:
7
admin/templates/utils/wysiwyg.tpl
Normal file
7
admin/templates/utils/wysiwyg.tpl
Normal file
@@ -0,0 +1,7 @@
|
||||
{if $index == 0}
|
||||
<script type="text/javascript" src="../ckeditor/ckeditor.js?v1"></script>
|
||||
{/if}
|
||||
|
||||
<script type="text/javascript">
|
||||
activateWysiwyg('{$target nofilter}', '{$type}', { {$config nofilter} }, '{$index}');
|
||||
</script>
|
||||
Reference in New Issue
Block a user