diff --git a/page-tags.php b/page-tags.php index 7484bbc..9b14429 100644 --- a/page-tags.php +++ b/page-tags.php @@ -16,20 +16,21 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
+ options->showsidebar): ?>
+ +
+
next()) { $firstChar = getFirstChar($tags->name); if (!in_array($firstChar, $existingLetters)) { @@ -41,7 +42,6 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?> 'count' => $tags->count ); } - // 对每个字母下的标签按名称排序 foreach ($tagsArray as &$letterTags) { usort($letterTags, function($a, $b) { @@ -49,7 +49,6 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?> }); } ?> -
    @@ -63,13 +62,11 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
-
    $tags): ?>
  • #

    @@ -81,9 +78,7 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
- - +options->showsidebar): ?> need('sidebar.php'); ?> -need('footer.php'); ?> + +need('footer.php'); ?> \ No newline at end of file