/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package Rookie
*/
$options = get_option( 'themeboy', array() );
if ( array_key_exists( 'logo_url', $options ) && ! empty( $options['logo_url'] ) ) {
$logo = $options['logo_url'];
$logo = esc_url( $logo );
}
?>