\n\t\t";
}
$newrow = false;
if ( $thisday == gmdate( 'j', ( time() + ( get_option( 'gmt_offset' ) * 3600 ) ) )
&& $thismonth == gmdate( 'm', time() + ( get_option( 'gmt_offset' ) * 3600 ) )
&& $thisyear == gmdate( 'Y', time() + ( get_option( 'gmt_offset' ) * 3600 ) ) ) {
$calendar_output .= '';
} else {
$calendar_output .= ' | ';
}
$p_day = ( empty( $val['sep_datesnum'] ) ? $day : per_number( $day ) );
if ( in_array( $day, $daywithpost ) ) {
$calendar_output .= '$p_day";
} else {
$calendar_output .= $p_day;
}
$calendar_output .= ' | ';
if ( 6 == calendar_week_mod( $pd->gregorian_date( 'w', "$jthisyear-$jthismonth-$day" ) - $week_begins ) ) {
$newrow = true;
}
}
$pad = 7 - calendar_week_mod( $pd->gregorian_date( 'w', "$jthisyear-$jthismonth-$day", 'eng' ) - $week_begins );
if ( $pad != 0 && $pad != 7 ) {
$calendar_output .= "\n\t\t" . ' | ';
}
echo $calendar_output . "\n\t
\n\t