findAll();
ob_start();
if($list->numObjects() == 0)
{
echo "
No banners added yet";
}
else
{
while($list->hasMore())
{
$banner = $list->next();
echo $banner->tag();
echo ' ';
}
}
$content = ob_get_contents();
ob_end_clean();
?>
|
|||||||||||||||||||||||||
|
Copyright © 2003 - 2007 On the Rise Productions
:: translate my site
|