移除错误引用

This commit is contained in:
fen 2013-11-27 13:15:25 +08:00
parent baa324c639
commit 41379fcb9d

View File

@ -68,7 +68,7 @@ include 'menu.php';
<td><?php $categories->slug(); ?></td>
<td>
<?php if ($options->defaultCategory == $categories->mid): ?>
<span class="balloon right"><?php _e('默认'); ?></span>
<?php _e('默认'); ?>
<?php else: ?>
<a class="hidden-by-mouse" href="<?php $options->index('/action/metas-category-edit?do=default&mid=' . $categories->mid); ?>" title="<?php _e('设为默认'); ?>"><?php _e('默认'); ?></a>
<?php endif; ?>