'.$as_title.'';
}
if (empty($as_desc) === false) {
echo '
'.$as_desc.'
';
} ?>
'group',
'option_id' => $as_field['id'],
'serial' => (isset($_POST['count']) === true) ? (int)$_POST['count'] : 0
)
);
$type->as_output();
}
}else{
echo apply_filters('as_not_exists_option', 'No Option Available.');
}
?>