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