지블로그 초보입니다. 메인스킨을 입히는 중인데요...
페이지 에러인데요... 제 수준이 아닌것 같아서요...
관련소스는 먼저 http://www.pointtile.co.kr/gblog.index.php 에서-----
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "공감소식";
include_once("./_head.php");
?>
<table width="100%" cellpadding=0 cellspacing=0>
<tr>
<td valign=top width=454>
<!-- 블로그 검색 -->
<? include_once("gblog.search_form.php") ?>
<!-- 새로 올라온 글 -->
<?
if ($st && $sv)
include_once("gblog.search.php");
else
include_once("gblog.new_post.php");
?>
</td>
<td width=20> </td>
<td valign=top width=210>
<!-- 신규 블로그 -->
<? include_once("gblog.new_bloger.php") ?>
<!-- 글 주제별 분류 시작 -->
<? include_once("gblog.post_category.php") ?>
</td>
</tr></table>
<?
include_once("./_tail.php");
?>
-------------------------------------------------------------------------
그담으로 http://www.pointtile.co.kr/gblog.new_post.php 에서-------------
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<!-- 새로 올라온 글 시작 -->
<img src='<?=$gb4[path]?>/img/new_text.gif' border=0>
<table width=440 cellpadding=0 cellspacing=0 align=center>
<?
$main = get_blog_main($dv_id, $st, $sv, 15);
for($i=0; $i<sizeof($main); $i++)
{
$row = $main[$i];
if ($i>0) {
echo "<tr><td height=5></td></tr>";
echo "<tr><td height=1 bgcolor=#d2d2d2></td></tr>";
echo "<tr><td height=5></td></tr>";
}
echo "<tr><td height=25><span style='font-size:11pt;font-weight:bold;letter-spacing:-1px;'>";
echo "<a href='".get_post_url($row[id],$row[mb_id])."'>".$row[title]."</a></span></td></tr>";
echo "<tr><td height=20><span>".$row[writer]."</span> <span class=cloudy>님이 작성</span> ";
echo "<span class='cloudy small'>(".$row[post_date].", ".$row[category_name].")</span></td></tr>";
echo "<tr><td class=lh style='word-break:break-all;'><div class=cloudy>".$row[content]."</div></td></tr>";
}
if ($i==0) {
echo "<tr><td height=100>새로 올라온 글이 아직 없습니다.</td></tr>";
}
?>
<tr><td height=5></td></tr>
<tr><td height=1 bgcolor=#d2d2d2></td></tr>
</table>
<!-- 새로 올라온 글 종료 -->
-------------------------------------------------------------------------------입니다.
고수분들의 도움이 절실합니다. 도와주세요
게시판 목록
지블로그 질답
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 589 | 15년 전 | 1643 | ||
| 588 | 15년 전 | 1844 | ||
| 587 | 15년 전 | 1272 | ||
| 586 |
Kurtcobain
|
16년 전 | 1383 | |
| 585 | 16년 전 | 1449 | ||
| 584 |
Lemios
|
16년 전 | 1501 | |
| 583 | 16년 전 | 1758 | ||
| 582 |
Facelook
|
16년 전 | 1859 | |
| 581 |
써니zzang
|
16년 전 | 1480 | |
| 580 | 16년 전 | 1377 | ||
| 579 | 16년 전 | 1745 | ||
| 578 | 16년 전 | 1624 | ||
| 577 | 16년 전 | 1251 | ||
| 576 |
히든스카이
|
16년 전 | 1430 | |
| 575 | 16년 전 | 1526 | ||
| 574 | 16년 전 | 1192 | ||
| 573 | 16년 전 | 1532 | ||
| 572 | 16년 전 | 1285 | ||
| 571 | 16년 전 | 1408 | ||
| 570 | 16년 전 | 1453 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기