| ';
echo $row['description'];
?>
|
Execute("SELECT * FROM #__weblinks WHERE catid = $catid AND published=1 ORDER BY ordering ASC");
if($rs && $rs->Recordcount()>0 && $rsa=$rs->GetArray()){
$row_total=$rs->Recordcount();
$rsa = array_slice ($rsa ,($page-1)*$show,$show);
foreach($rsa as $row)
{ ?>
|
|
|
|