Skip to content

Commit

Permalink
笔误。。。
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqi committed Mar 11, 2014
1 parent e3095ac commit fa7bc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/themes/default/sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<?php if (!empty($this->options->sidebarBlock) && in_array('ShowCategory', $this->options->sidebarBlock)): ?>
<section class="widget">
<h3 class="widget-title"><?php _e('分类'); ?></h3>
<?php $this->widget('Widget_Metas_Category_List')->listCategoies('wrapClass=widget-list'); ?>
<?php $this->widget('Widget_Metas_Category_List')->listCategories('wrapClass=widget-list'); ?>
</section>
<?php endif; ?>

Expand Down

0 comments on commit fa7bc75

Please sign in to comment.