Example #1
0
?>
<h3 class="widget-title"><?php 
_e('友情链接');
?>
</h3>
<?php 
Links_Plugin::output();
if (class_exists("Calendar_Plugin")) {
    ?>
    <div class="list-group">
      <h3 class="widget-title"><?php 
    _e('    ');
    ?>
</h3>  
     <?php 
    Calendar_Plugin::render();
    ?>
    </div>
<?php 
}
?>
    <?php 
if (!empty($this->options->sidebarBlock) && in_array('ShowRecentComments', $this->options->sidebarBlock)) {
    ?>
    <section class="widget">
		
    </section>
    <?php 
}
?>