if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?>
|
ob_start();
?>
if ($copy_href) { echo "
"; } ?>
if ($move_href) { echo " "; } ?>
if ($search_href) { echo " "; } ?>
echo " "; ?>
if ($update_href) { echo " "; } ?>
if ($delete_href) { echo " "; } ?>
if ($reply_href) { echo " "; } ?>
if ($write_href) { echo " "; } ?>
$link_buttons = ob_get_contents();
ob_end_flush();
?>
// 코멘트 입출력 include_once('./view_comment.php'); ?> |