Esempio n. 1
0
if (true) {
    $mainNavigation = glazyBegin('nav#mainNavigation');
    $pageDisplayer->displayMainMenuContents();
    glazyFinish($mainNavigation);
    stirring('header', 'main navigation');
}
if (false) {
    ?>
<div id="siteSearch">
<h3 id="mainSearchButton"><a href="#search">Search</a></h3>
<div id="searchForm">
<?php 
    get_search_form();
    ?>
</div>
</div>
<?php 
}
?>
</div>
</header>
<div id="main"<?php 
//$mainElementClasses = apply_filters('mangoPvlpMainElementClasses', array());
//glazyAttributeCheck('class', $mainElementClasses);
?>
>
<?php 
//ob_end_flush();
stirring('header', 'search');
stirred('header');
stirring('whole', 'header display');
Esempio n. 2
0
</div>
<?php 
stirring('footer', 'banner');
?>
<footer id="footer">
<div class="content">
<?php 
// Legals, Copyright
$pageDisplayer->displayFooterLegals();
// Footer Navigation
$mainNavigation = glazyBegin('nav#footerNavigation');
$pageDisplayer->displayFooterMenuContents();
glazyFinish($mainNavigation);
stirring('header', 'main navigation');
?>
</div>
</footer>
<?php 
wp_footer();
stirring('footer', 'wp_footer');
?>
</div>
<?php 
stirring('whole', 'footer');
stirred('footer');
stirDisplayRecordedTimesForHTML();
?>
</body>
</html>
<?php 
//ob_end_flush();
Esempio n. 3
0
function stirJSONInfoShutdown()
{
    stirred('whole');
    stirDisplayRecordedTimes();
}