/home/fdhrevqn/public_html/wp-content/themes/fox/widgets/header-logo/widget.php
<?php
extract( $args );
if ( function_exists( 'fox_site_branding' ) ) {
    echo $before_widget;
    fox_site_branding();
    echo $after_widget;
}