Warning: Undefined variable $category_name in /home/thelig21/public_html/wp-content/themes/lsg/functions.php(134) : eval()'d code on line 56
Calculator Accordion
” type=”button” data-bs-toggle=”collapse” data-bs-target=”#–” aria-expanded=”false” aria-controls=”–“>
‘.get_sub_field(‘table_title’).’
‘; }
$table = get_sub_field( ‘table’ );
if ( ! empty ( $table ) ) {
echo ‘
‘; echo $th[‘c’]; echo ‘ |
---|
‘; echo $td[‘c’]; echo ‘ |
‘;
echo ‘
‘.$th[‘c’].’ |
‘; echo $td[‘c’]; echo ‘ |
‘;
}
if ( get_sub_field(‘disclaimer_text’) ) { echo ‘
‘.get_sub_field(‘disclaimer_text’).’
‘; }
?>
‘;
if ( ! empty( $table[‘caption’] ) ) {
echo ‘
‘;
}
if ( ! empty( $table[‘header’] ) ) {
echo ‘
echo ‘
foreach ( $table[‘header’] as $th ) {
echo ‘
echo $th[‘c’];
echo ‘
‘;
}
echo ‘
‘;
echo ‘
‘;
}
echo ‘
foreach ( $table[‘body’] as $tr ) {
echo ‘
foreach ( $tr as $td ) {
echo ‘
echo $td[‘c’];
echo ‘
‘;
}
echo ‘
‘;
}
echo ‘
‘;
echo ‘
‘;
echo ‘
‘.$th[‘c’].’ |
‘; echo $td[‘c’]; echo ‘ |
‘;
}
if ( get_sub_field(‘disclaimer_text’) ) { echo ‘
‘.get_sub_field(‘disclaimer_text’).’
‘; }
?>