????

Your IP : 216.73.216.174


Current Path : /home2/morganrand/www/wp-content/themes/wanderfuls-2/partials/togglebar/
Upload File :
Current File : /home2/morganrand/www/wp-content/themes/wanderfuls-2/partials/togglebar/togglebar-layout.php

<?php
/**
 * Togglebar output
 *
 * @package Wanderfuls WordPress theme
 * @subpackage Partials
 * @version 3.0.0
 */

// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
	exit;
} ?>

<div id="toggle-bar-wrap" class="<?php echo tb_toggle_bar_classes(); ?>">
	<div id="toggle-bar" class="clr container">
		<?php get_template_part( 'partials/togglebar/togglebar-content' ); ?>
	</div><!-- #toggle-bar -->
</div><!-- #toggle-bar-wrap -->