Merge pull request #6 from linliou/master
Use of undefined constant php 수정
This commit is contained in:
commit
d61d9e28db
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ add_stylesheet('<link rel="stylesheet" href="'.$board_skin_url.'/style.css">', 0
|
||||||
|
|
||||||
<!-- 본문 내용 시작 { -->
|
<!-- 본문 내용 시작 { -->
|
||||||
<div id="bo_v_con"><?php echo get_view_thumbnail($view['content']); ?></div>
|
<div id="bo_v_con"><?php echo get_view_thumbnail($view['content']); ?></div>
|
||||||
<?php//echo $view['rich_content']; // {이미지:0} 과 같은 코드를 사용할 경우 ?>
|
<?php //echo $view['rich_content']; // {이미지:0} 과 같은 코드를 사용할 경우 ?>
|
||||||
<!-- } 본문 내용 끝 -->
|
<!-- } 본문 내용 끝 -->
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue