';
//Lets make the whole area clickable if there is a link:
if (get_theme_mod( 'aaron_highlight' . $i . '_link' ) <>"" ) {
echo '
';
}
if (get_theme_mod( 'aaron_highlight' . $i . '_headline' ) <>"" ){
echo '' . esc_html( get_theme_mod( 'aaron_highlight' . $i . '_headline' ) ) . '
';
}
if (get_theme_mod( 'aaron_highlight' . $i . '_text' ) <>"" ){
echo '' . esc_html( get_theme_mod( 'aaron_highlight' . $i . '_text' ) ) . '
';
}
//Close the link:
if (get_theme_mod( 'aaron_highlight' . $i . '_link' ) <>"" ) {
echo '