diff --git a/bbs/content.php b/bbs/content.php index 304445b90..eadc48d23 100644 --- a/bbs/content.php +++ b/bbs/content.php @@ -81,20 +81,20 @@ $content_skin_url = get_skin_url('content', $co['co_skin']); $skin_file = $content_skin_path.'/content.skin.php'; if ($is_admin) - echo '
'; + echo run_replace('content_admin_button_html', '', $co); ?>'.str_replace(G5_PATH.'/', '', $skin_file).'이 존재하지 않습니다.
'; }