"
. "
";
$active = 'active';
$validPaths = 0;
foreach ($paths as $value) {
$fsize= filesize($value['imagePath']);
if ($fsize<5000) {
continue;
}
$validPaths++;
$html .= "
";
$active = '';
}
if (count($validPaths) > 1) {
$html .= "
Previous
Next
";
} elseif (empty($validPaths) && User::isAdmin()) {
$html .= "
{$type} ADs Area
";
}
$html .= "