-
- 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');
?>
-