스킨에 포함된 프로그램 코드 정리 중

This commit is contained in:
chicpro
2013-10-07 17:37:58 +09:00
parent 4b4bdeda4d
commit 7ec7f0b46c
12 changed files with 42 additions and 34 deletions

View File

@ -30,12 +30,14 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<!-- <p><?php echo $config['cf_title']; ?> 전체 사용후기 목록입니다.</p> -->
<?php
$thumbnail_width = 500;
for ($i=0; $row=sql_fetch_array($result); $i++)
{
$num = $total_count - ($page - 1) * $rows - $i;
$star = get_star($row['is_score']);
$is_content = get_view_thumbnail($row['is_content'], 500);
$is_content = get_view_thumbnail($row['is_content'], $thumbnail_width);
$small_image = $row['it_id'];
$row2 = sql_fetch(" select it_name from {$g5['g5_shop_item_table']} where it_id = '{$row['it_id']}' ");