// check and make sure images are allowed
if ( $cp_options->ad_images ) {
if ( appthemes_plupload_is_enabled() ) {
echo appthemes_plupload_form( $getad->ID );
} else {
$imagecount = cp_get_ad_images( $getad->ID );
// print out image upload fields. pass in count of images allowed
echo cp_ad_edit_image_input_fields( $imagecount );
}
There are currently 1 users browsing this thread. (0 members and 1 guests)