Esempio n. 1
0
<?php

/**
 * The Header for our theme.
 *
 * Displays all of the <head> section and everything up till <div id="main">
 *
 * @package Toolbox
 * @since Toolbox 0.1
 */
require realpath(ABSPATH . '/../library') . '/Masthead.php';
$masthead = PracticalPlants_Masthead::getInstance(array('active_tab' => 'blog'));
?>
<!DOCTYPE html>
<!--[if IE 6]>
<html id="ie6" <?php 
language_attributes();
?>
>
<![endif]-->
<!--[if IE 7]>
<html id="ie7" <?php 
language_attributes();
?>
>
<![endif]-->
<!--[if IE 8]>
<html id="ie8" <?php 
language_attributes();
?>
>
Esempio n. 2
0
<?php

/**
 * The template for displaying the footer.
 *
 * Contains the closing of the id=main div and all content after
 *
 * @package Toolbox
 * @since Toolbox 0.1
 */
?>

	</div><!-- #main -->

<?php 
$masthead = PracticalPlants_Masthead::getInstance();
$masthead->footer();
?>
</div><!-- #page -->

<?php 
wp_footer();
?>

</body>
</html>