mirror of
https://github.com/typecho/typecho.git
synced 2025-01-17 20:48:42 +01:00
笔误。。。
This commit is contained in:
parent
e3095acfc3
commit
fa7bc750f0
@ -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; ?>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user