lib/shop.lib.php
**************
list($it_id, $simg) = explode("_", $img);
$sql = " select it_name from $g4[yc4_item_table] where it_id = '$it_id' ";
$row = sql_fetch($sql);
$full_img = "$g4[path]/data/item/$img";
if (file_exists($full_img) && $img)
{
if (!$width)
{
$size = getimagesize($full_img);
$width = $size[0];
$height = $size[1];
}
$str = "<img id='$img' src='$g4[path]/data/item/$img' width='$width' height='$height' border='0' alt='$row[it_name]'>";
}
**************
list($it_id, $simg) = explode("_", $img);
$sql = " select it_name from $g4[yc4_item_table] where it_id = '$it_id' ";
$row = sql_fetch($sql);
$full_img = "$g4[path]/data/item/$img";
if (file_exists($full_img) && $img)
{
if (!$width)
{
$size = getimagesize($full_img);
$width = $size[0];
$height = $size[1];
}
$str = "<img id='$img' src='$g4[path]/data/item/$img' width='$width' height='$height' border='0' alt='$row[it_name]'>";
}
게시글 목록
| 번호 | 제목 |
|---|---|
| 1681 | |
| 1678 | |
| 1677 | |
| 1676 | |
| 1675 | |
| 1672 | |
| 1654 | |
| 1644 | |
| 1636 | |
| 1633 | |
| 1626 | |
| 1621 | |
| 1613 | |
| 1612 | |
| 1607 | |
| 1558 | |
| 1554 | |
| 1545 | |
| 1542 | |
| 1539 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기