|
getCountFilesByType("images", $_GET['script']);
?>
getStartNumOfPage($_GET['p'], $numPPage);
$result = $data->getFilesByType("images", $_GET['script'], $start, $numPPage);
$col = 3;
$i=1;
while($row = $result->fetchRow())
{
$UPLOAD_BASE_URL = dirname(SPG_URI)."/_data/".$_GET['script']."/images/".$row['dir']."/";
?>
[=$GLOBALS['lang']['admin']['wimginsert']?>] [=$GLOBALS['lang']['admin']['wimgdel']?>]
|
";
}
?>
| printPageNum($totalnum, $numPPage, $queryArray, $pageNum, $_GET['script']);?> |
|
|