This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ( ! is_front_page() ) { | |
echo '<header id="header" class="col-full">'; | |
woo_breadcrumbs(); | |
if ( is_page( 'Get Help' ) ) { | |
$intro_text = drugfree_get_option( 'get_help' ); | |
} elseif ( is_page ( 'Get Information' ) ) { | |
$intro_text = drugfree_get_option ( 'get_information' ); | |
} elseif ( is_page ( 'Get Involved' ) ) { | |
$intro_text = drugfree_get_option ( 'get_involved' ); |
OlderNewer