</div>
	<?php 
    }
    ?>

	<div class="localSection sideWidget">
	<div class="localNaviBox">
	<h3 class="localHead"><?php 
    _e('Yearly archives', 'biz-vektor');
    ?>
</h3>
	<ul class="localNavi">
	<?php 
    $args = array('type' => 'yearly', 'post_type' => 'info', 'after' => _x('&nbsp;', 'After year', 'biz-vektor'));
    wp_get_archives($args);
    ?>
	</ul>
	</div>
	</div>

	<?php 
    if (function_exists('biz_vektor_contactBtn')) {
        biz_vektor_contactBtn();
    }
    if (function_exists('biz_vektor_snsBnrs')) {
        biz_vektor_snsBnrs();
    }
    if (function_exists('biz_vektor_fbLikeBoxSide')) {
        biz_vektor_fbLikeBoxSide();
    }
}
示例#2
0
 function widget($args, $instance)
 {
     biz_vektor_contactBtn();
 }
 /** @see WP_Widget::widget */
 function widget($args, $instance)
 {
     extract($args);
     // echo $before_widget;
     biz_vektor_contactBtn();
     // echo $after_widget;
 }