From 4e05d7748470447acef39b26a1547235a80c3a98 Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 18 Apr 2010 03:54:55 +0100 Subject: [PATCH] link to all --- ext/tag_list/main.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/tag_list/main.php b/ext/tag_list/main.php index 960857c0..95a8cfdb 100644 --- a/ext/tag_list/main.php +++ b/ext/tag_list/main.php @@ -106,7 +106,8 @@ class TagList implements Extension { $h_alphabetic = "Alphabetic"; $h_popularity = "Popularity"; $h_cats = "Categories"; - return "$h_index
$h_map
$h_alphabetic
$h_popularity
$h_cats"; + $h_all = "Show All"; + return "$h_index
 
$h_map
$h_alphabetic
$h_popularity
$h_cats
 
$h_all"; } private function build_tag_map() {