예제 #1
0
}
?>
<!-- / Right Sidebar -->

</tr>
<!-- / Main Body -->
<tr>

<!-- Footer -->
<td id="footer" colspan="<?php 
echo $cols;
?>
">
    <p>
    <?php 
$GLOBALS['footer_style_content'] = bfa_footer();
include 'bfa://footer_style_content';
?>
    </p>
    <?php 
if ($bfa_ata['footer_show_queries'] == "Yes - visible") {
    ?>
    <p>
    <?php 
    echo $wpdb->num_queries;
    _e(' queries. ', 'atahualpa');
    timer_stop(1);
    _e(' seconds.', 'atahualpa');
    ?>
    </p>
    <?php 
예제 #2
0
</tr>
<?php 
}
?>

</table><!-- / layout -->
</div><!-- / container -->
</div><!-- / wrapper -->
<?php 
if ($bfa_ata['full_width_footer'] == "Yes") {
    ?>
		<!-- Full Width Footer -->
		<div id="footer" class="full-width">
    <?php 
    echo bfa_footer();
    ?>
    <?php 
    if ($bfa_ata['footer_show_queries'] == "Yes - visible") {
        ?>
    <p>
    <?php 
        echo $wpdb->num_queries;
        _e(' queries. ', 'atahualpa');
        timer_stop(1);
        _e(' seconds.', 'atahualpa');
        ?>
    </p>
    <?php 
    }
    ?>
예제 #3
0
파일: footer.php 프로젝트: billerby/Surdeg
}
?>

</tr>
<!-- / Main Body -->
<tr>

<!-- Footer -->
<td id="footer" colspan="<?php 
echo $bfa_ata['cols'];
?>
">

    <p>
    <?php 
echo bfa_footer($bfa_ata['footer_style_content']);
?>
    </p>
    <?php 
if ($bfa_ata['footer_show_queries'] == "Yes - visible") {
    ?>
    <p>
    <?php 
    echo $wpdb->num_queries;
    _e(' queries. ', 'atahualpa');
    timer_stop(1);
    _e(' seconds.', 'atahualpa');
    ?>
    </p>
    <?php 
}