示例#1
0
			<aside id="gk-sidebar_wc">
				<?php 
    gk_dynamic_sidebar('sidebar_wc');
    ?>
			</aside>
			<?php 
    do_action('gavernwp_after_column');
    ?>
			<?php 
}
?>
			
			<!--[if IE 8]>
			<div class="ie8clear"></div>
			<![endif]-->
		</div><!-- end of the #gk-mainbody-columns -->
	</div><!-- end of the .gk-page section -->
</div><!-- end of the .gk-page-wrap section -->	

<?php 
if (gk_is_active_sidebar('bottom')) {
    ?>
<div id="gk-bottom">
	<div class="widget-area gk-page">
		<?php 
    gk_dynamic_sidebar('bottom');
    ?>
	</div>
</div>
<?php 
}
示例#2
0
文件: index.php 项目: qnk/lessaggs
        get_search_form();
        ?>
					</div>
				</article>
			</section>
		<?php 
    }
    ?>
		
		<?php 
    do_action('gavernwp_after_mainbody');
    ?>
	<?php 
} else {
    ?>
		<?php 
    if (gk_is_active_sidebar('mainbody')) {
        ?>
		<section id="gk-mainbody">
			<?php 
        gk_dynamic_sidebar('mainbody');
        ?>
		</section>
		<?php 
    }
    ?>
	<?php 
}
gk_load('after');
gk_load('footer');
/* EOF */
示例#3
0
?>
>
				<?php 
if (gk_is_active_sidebar('top1')) {
    ?>
				<div id="gk-top1">
					<div class="widget-area">
						<?php 
    gk_dynamic_sidebar('top1');
    ?>
						
						<!--[if IE 8]>
						<div class="ie8clear"></div>
						<![endif]-->
					</div>
				</div>
				<?php 
}
?>

				<!-- Mainbody -->
				<?php 
if (gk_is_active_sidebar('mainbody_top')) {
    ?>
				<div id="gk-mainbody-top">
					<?php 
    gk_dynamic_sidebar('mainbody_top');
    ?>
				</div>
				<?php 
}
示例#4
0
}
?>
		
		<p class="gk-disclaimer">Copyright &copy; 2012. Designed by <a href="http://www.gavick.com">GavickPro</a> - High quality free WordPress Themes</p>
		<p class="gk-disclaimer">Icons from <a href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a></p>
	</footer>
	
	<?php 
if (gk_is_active_sidebar('social')) {
    ?>
	<div id="gk-social-icons" class="<?php 
    echo get_option($tpl->name . '_social_icons_position', 'right');
    ?>
">
		<?php 
    gk_dynamic_sidebar('social');
    ?>
	</div>
	<?php 
}
?>
	
	<?php 
gk_load('social');
?>
	
	<?php 
do_action('gavernwp_footer');
?>
	
	<?php 
示例#5
0
文件: header.php 项目: qnk/lessaggs
        ?>
					<?php 
        gavern_woocommerce_breadcrumb();
        ?>
				<?php 
    } else {
        ?>
					<?php 
        gk_breadcrumbs_output();
        ?>
				<?php 
    }
    ?>
				</div>
			</div>
			<?php 
}
?>
			
			<?php 
if (gk_is_active_sidebar('header')) {
    ?>
			<div id="gk-header-mod">
				<?php 
    gk_dynamic_sidebar('header');
    ?>
			</div>
			<?php 
}
?>
		</header>
示例#6
0
				
				<?php 
    if (gk_is_active_sidebar('header-right')) {
        ?>
				<div id="gk-header-right">
					<?php 
        gk_dynamic_sidebar('header-right');
        ?>
				</div>
				<?php 
    }
    ?>
			</div>
			<?php 
}
?>
		
		</header>
		
		<?php 
if (gk_is_active_sidebar('header-bottom')) {
    ?>
		<div id="gk-header-bottom">
			<div class="gk-page">
				<?php 
    gk_dynamic_sidebar('header-bottom');
    ?>
			</div>
		</div>
		<?php 
}
示例#7
0
<?php

// disable direct access to the file
defined('GAVERN_WP') or die('Access denied');
global $gk_tpl;
$cartActive = gk_is_active_sidebar('cart');
?>


<?php 
if ($cartActive) {
    ?>
<div id="gk-popup-cart">	
	<div class="gk-popup-wrap">
		<i class="gk-icon-cross"></i>
		<?php 
    gk_dynamic_sidebar('cart');
    ?>
	</div>
</div>
<?php 
}