Example #1
0
//................................................................
if (!empty($showBreadcrumbs) && $showBreadcrumbs != 'false') {
    // Show the breadcrumbs
    ?>
				<div id="Breadcrumbs">
					<?php 
    if (function_exists('breadcrumbs_display')) {
        breadcrumbs_display();
    }
    ?>
				</div>
				<?php 
}
// Header Content 2 (below breadcrumbs)
//................................................................
$header_two_type = isset($header['header-content-2']) ? get_top_content($header['header-content-2']) : false;
if (!empty($header_two_type) && $header_two_type != 'default') {
    ?>
	
				<section id="TopContent_2" class="top-content-area">
					<?php 
    // Top Content 2
    if ($header_two_type !== 'default') {
        ?>
						<div class="top-content-second type_<?php 
        echo $header_two_type;
        ?>
">
							<?php 
        show_top_content($header_two_type, $header['header-content-2']);
        ?>
function get_footer_content($field)
{
    return get_top_content($field);
}