';
/**
* Header Logo or Text Function
*/
fixit_function_header_logo();
print '
';
$start = ''; $end = '
';
print '';
if( mh_get_option( Fixit_Factory::fixit_prefix().'header_navigation_address') != '' ){
print $start.fixit_function_strip_tags( esc_html( mh_get_option( Fixit_Factory::fixit_prefix().'header_navigation_address') ) ).$end;
}
if( mh_get_option( Fixit_Factory::fixit_prefix().'header_navigation_contactus') != '' ){
print $start.fixit_function_strip_tags( esc_html( mh_get_option( Fixit_Factory::fixit_prefix().'header_navigation_contactus') ) ).$end;
}
if( mh_get_option( Fixit_Factory::fixit_prefix().'header_navigation_working_hour') != '' ){
print $start.fixit_function_strip_tags( esc_html( mh_get_option( Fixit_Factory::fixit_prefix().'header_navigation_working_hour') ) ).$end;
}
print '