링크 보기 제대로 출력 안되는 오류 수정

This commit is contained in:
thisgun
2018-07-30 11:05:17 +09:00
parent 3c9f4e05fb
commit a7a8f45301
4 changed files with 4 additions and 4 deletions

View File

@ -153,7 +153,7 @@ add_stylesheet('<link rel="stylesheet" href="'.$board_skin_url.'/style.css">', 0
</section> </section>
<?php } ?> <?php } ?>
<?php if(isset($view['link'][1]) && $view['link'][1]) { ?> <?php if(array_filter($view['link'])) { ?>
<!-- 관련링크 시작 { --> <!-- 관련링크 시작 { -->
<section id="bo_v_link"> <section id="bo_v_link">
<h2>관련링크</h2> <h2>관련링크</h2>

View File

@ -153,7 +153,7 @@ add_stylesheet('<link rel="stylesheet" href="'.$board_skin_url.'/style.css">', 0
</section> </section>
<?php } ?> <?php } ?>
<?php if(isset($view['link'][1]) && $view['link'][1]) { ?> <?php if(array_filter($view['link'])) { ?>
<!-- 관련링크 시작 { --> <!-- 관련링크 시작 { -->
<section id="bo_v_link"> <section id="bo_v_link">
<h2>관련링크</h2> <h2>관련링크</h2>

View File

@ -135,7 +135,7 @@ add_stylesheet('<link rel="stylesheet" href="'.$board_skin_url.'/style.css">', 0
<!-- } 첨부파일 끝 --> <!-- } 첨부파일 끝 -->
<?php } ?> <?php } ?>
<?php if(isset($view['link'][1]) && $view['link'][1]) { ?> <?php if(array_filter($view['link'])) { ?>
<!-- 관련링크 시작 { --> <!-- 관련링크 시작 { -->
<section id="bo_v_link"> <section id="bo_v_link">
<h2>관련링크</h2> <h2>관련링크</h2>

View File

@ -135,7 +135,7 @@ add_stylesheet('<link rel="stylesheet" href="'.$board_skin_url.'/style.css">', 0
<!-- } 첨부파일 끝 --> <!-- } 첨부파일 끝 -->
<?php } ?> <?php } ?>
<?php if(isset($view['link'][1]) && $view['link'][1]) { ?> <?php if(array_filter($view['link'])) { ?>
<!-- 관련링크 시작 { --> <!-- 관련링크 시작 { -->
<section id="bo_v_link"> <section id="bo_v_link">
<h2>관련링크</h2> <h2>관련링크</h2>