If you don't have any new banners (that is, banners with no data in the database), this page will be empty. Don't be alarmed, you can still Edit Banners to see and modify your existing banners.
"); $catSource = EZ::mkCatSource(); $catNames = EZ::mkCatNames(); $actSource = "[{value: 1, text: 'Active'}, {value:0, text: 'Disabled'}]"; $bannerId = 0; $noBanners = true; foreach ($banners as $b) { $color = "#fdd"; $style = "style='background-color:$color'"; $class = "class='all shown'"; if (!empty($bannerMeta[$b])) { // banner in the DB. Ignore. continue; } $noBanners = false; $id = $title = $target = $category = $catName = $active = ''; $md5 = md5($b); $iSize = getimagesize($b); $width = $iSize[0]; $height = $iSize[1]; $size = "{$width}x{$height}"; $value = "[{file:'$b', width:'$width', height:'$height', active:'1'}]"; ++$bannerId; echo <<