* modify the kindeditor

This commit is contained in:
areyou123456
2012-08-20 09:29:11 +00:00
parent 29c34ec213
commit 1be5e2b9d3
+1 -1
View File
@@ -6,7 +6,7 @@ if(!isset($config->$module->editor->$method)) return;
$editor = $config->$module->editor->$method;
$editor['id'] = explode(',', $editor['id']);
?>
<script src='<?php echo $jsRoot;?>jquery/kindeditor/kindeditor.js' type='text/javascript'></script>
<script src='<?php echo $jsRoot;?>jquery/kindeditor/kindeditor.<?php echo $app->getClientLang();?>.js' type='text/javascript'></script>
<script language='javascript'>
var editor = <?php echo json_encode($editor);?>;