' . __( 'No rules added. Announcement will be displayed site wide.', 'announcer' ) . '';
echo '
' . __( 'Show this announcement to', 'announcer' ) . '
';
if( is_array( $att['location'] ) ){
$i=0;
foreach( $att['location'] as $grp ){
$j=0;
echo '
';
foreach( $grp as $rle ){
$tval = array( $rle['page'], $rle['operator'], $rle['value'] );
echo ancr_location_group_template( $tval, 0 );
$j++;
}
echo '
';
$i++;
}
}
?>