문법 오류 수정
This commit is contained in:
@ -15,7 +15,7 @@ function editor_html($id, $content, $is_dhtml_editor=true)
|
|||||||
|
|
||||||
$width = isset($editor_width) ? $editor_width : "100%";
|
$width = isset($editor_width) ? $editor_width : "100%";
|
||||||
$height = isset($editor_height) ? $editor_height : "250px";
|
$height = isset($editor_height) ? $editor_height : "250px";
|
||||||
if (defined(G5_PUNYCODE))
|
if (defined('G5_PUNYCODE'))
|
||||||
$editor_url = G5_PUNYCODE.'/'.G5_EDITOR_DIR.'/'.$config['cf_editor'];
|
$editor_url = G5_PUNYCODE.'/'.G5_EDITOR_DIR.'/'.$config['cf_editor'];
|
||||||
else
|
else
|
||||||
$editor_url = G5_EDITOR_URL.'/'.$config['cf_editor'];
|
$editor_url = G5_EDITOR_URL.'/'.$config['cf_editor'];
|
||||||
|
|||||||
Reference in New Issue
Block a user