[제나플러스] 파일 설명을 이미지 아래로 뽑아 오기
본문
view.skin.php
<?
// file
for ($i=0; $i<=count($view[file]); $i++) {
if ($view[file][$i][view])
//echo $view[file][$i][view] . "<br>";
echo "<br>" . substr($view[file][$i][view],0,-1) . " alt=\"" . str_replace("\"", "", $view[wr_subject]) . "\" /><br>\n";
echo conv_content($view[file][$i][content],0)."<br />"; // <--- 추가된 부분
}
?>
<?
// file
for ($i=0; $i<=count($view[file]); $i++) {
if ($view[file][$i][view])
//echo $view[file][$i][view] . "<br>";
echo "<br>" . substr($view[file][$i][view],0,-1) . " alt=\"" . str_replace("\"", "", $view[wr_subject]) . "\" /><br>\n";
echo conv_content($view[file][$i][content],0)."<br />"; // <--- 추가된 부분
}
?>
추천1
댓글목록 0
등록된 댓글이 없습니다.