';
if( $boxes['heading'] ) {
echo '
';
echo '
'. $boxes['heading'] .'
';
echo '';
}
if( $box[1]['enable'] ) {
echo '';
echo '';
}
if( $box[2]['enable'] ) {
echo '';
echo '';
}
if( $box[3]['enable'] ) {
echo '';
echo '';
}
if( $box[4]['enable'] ) {
echo '';
echo '';
}
echo '';
}
}
}
/* Omit closing PHP tag to avoid "Headers already sent" issues. */