示例#1
0
 public function widget($args, $instance)
 {
     extract($args);
     // the title
     $title = apply_filters('widget_title', $instance['title']);
     echo $before_widget;
     if (!empty($title)) {
         echo $before_title . $title . $after_title;
     }
     echo ocwssl_function('ocwssl_widget');
     echo $after_widget;
 }
示例#2
0
esc_html_e('Menu', 'qohelet');
?>
</h3>
					<div class="assistive-text skip-link"><a href="#content" title="<?php 
esc_attr_e('Skip to content', 'qohelet');
?>
"><?php 
esc_html_e('Skip to content', 'qohelet');
?>
</a></div>
					<?php 
wp_nav_menu(array('theme_location' => 'primary', 'menu_class' => 'nav-menu'));
?>
				</nav> <!-- /.site-navigation.main-navigation -->
			</div> <!-- /.col.grid_7_of_12 -->
		</header> <!-- /#masthead.site-header.row -->

	</div> <!-- /#headercontainer -->
	<div id="bannercontainer">
		<div class="banner row">
			<?php 
if (is_front_page()) {
    echo ocwssl_function('ocwssl_thin');
}
?>
		</div> <!-- /.banner.row -->
	</div> <!-- /#bannercontainer -->

	<div id="maincontentcontainer">
		<?php 
do_action('qohelet_before_woocommerce');