Ejemplo n.º 1
0
//................................................................
$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']);
        ?>
						</div>
					<?php 
    }
    ?>
				</section><!-- #TopContent -->
				<?php 
}
// End TopContent
?>
		</div><!-- #Top -->

		<div id="Middle">
			<div class="main-content">
				<?php 
Ejemplo n.º 2
0
function show_footer_content($type = 'default', $source)
{
    show_top_content($type, $source);
}