';
else
$wrapper .= '
';
echo $wrapper . "\n";
}
/**
* Content Wrapper End
*/
function spyropress_page_wrapper_end() {
echo '
' . "\n" . '' . "\n";
}
/**
* Browserhappy and ChromeFrame tugged from HTML5BoilerPlate
*/
function display_browser_happy() {
echo '';
echo "\n";
}
/**
* Output Credit in footer
*/
function output_credit() {
echo '' . "\n";
}
function spyropress_output_dynamic_css() {
$dynamic_css = get_option( 'spyropress_dynamic_css' );
$builder_css = get_option( 'spyropress_builder_css' );
if( $dynamic_css || $builder_css ) {
echo '';
}
}
/** Tracking Code
* Output tracking code in footer i.e. Google Analytics
*/
function output_tracking_code() {
print get_setting( 'tracking_code' );
}
?>