탭 최신글 관련 질문 입닏 . 정보
탭 최신글 관련 질문 입닏 .본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : http://chejuctl.cafe24.com/
위 주소 탭메뉴중에 교수 TIPS은 변경해서 잘 되는데 ..
아놔, 학습법 TIPS 는 어느 줄 어디를 변경해야 할 지 모그겠네....ㅠㅠ
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td width="70%" height="20"><img src="images/comm/bull.jpg" width="4" height="3" align="middle">
<?
echo $list[$i]['icon_reply'] . " ";
//echo "<a href='{$list[$i]['href']}'>";
echo " <a href=\"/teachig/tea_tips.php?wr_id={$list[$i]['wr_id']}\">";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>{$list[$i]['subject']}</font>";
echo "</a>";
$date_arr = explode(" " , $list[$i]['wr_datetime']);
$date_main_view = str_replace("-", ". " ,$date_arr[0]);
?></td>
<td width="30%" align="right"><?=$date_main_view?></td>
</tr>
<tr>
<td class="dott_line" colspan="2">.</td>
</tr>
<tr>
<? } ?>
<? if (count($list) == 0) { ?><tr><td colspan=4 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>
오류 주소 : http://chejuctl.cafe24.com/
위 주소 탭메뉴중에 교수 TIPS은 변경해서 잘 되는데 ..
아놔, 학습법 TIPS 는 어느 줄 어디를 변경해야 할 지 모그겠네....ㅠㅠ
<? for ($i=0; $i<count($list); $i++) { ?>
<tr>
<td width="70%" height="20"><img src="images/comm/bull.jpg" width="4" height="3" align="middle">
<?
echo $list[$i]['icon_reply'] . " ";
//echo "<a href='{$list[$i]['href']}'>";
echo " <a href=\"/teachig/tea_tips.php?wr_id={$list[$i]['wr_id']}\">";
if ($list[$i]['is_notice'])
echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></font>";
else
echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>{$list[$i]['subject']}</font>";
echo "</a>";
$date_arr = explode(" " , $list[$i]['wr_datetime']);
$date_main_view = str_replace("-", ". " ,$date_arr[0]);
?></td>
<td width="30%" align="right"><?=$date_main_view?></td>
</tr>
<tr>
<td class="dott_line" colspan="2">.</td>
</tr>
<tr>
<? } ?>
<? if (count($list) == 0) { ?><tr><td colspan=4 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td></tr><? } ?>
댓글 전체