소스 검색

Update index_body.php

tags/6.3.2
叙述、别离 8 달 전
부모
커밋
f06217f653
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/admin/index_body.php

+ 1
- 1
src/admin/index_body.php 파일 보기

@@ -57,7 +57,7 @@ if (empty($dopost)) {
}
$rowarcrank = $row['arcrank']==-1 ? '待审核' : '已审核';
$pubdate = GetDateMk($row['pubdate']);
$row['title'] = cn_substr($row['title'], 50);
$row['title'] = cn_substr($row['title'], 40);
echo "<tr><td><a href='{$row['editcon']}?aid={$row['id']}&channelid={$row['channel']}'>{$row['title']}</a></td><td width='70'>{$rowarcrank}</td><td width='110'>{$pubdate}</td></tr>";
}
?>


불러오는 중...
취소
저장