From 0979b696e4d770f5461057f406dfe8a8f3d3d48c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 May 2007 12:58:38 +0100 Subject: show tag cloud instead of flat tag list --- modules/popup-dialog.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'modules/popup-dialog.php') diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index 0403b6231..3011f8c1b 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -412,6 +412,30 @@ return; } + if ($id == "printTagCloud") { + print "
".__('Tag Cloud')."
"; + print "
"; + + print "Showing top 50 most popular tags (show all):
"; + + print "
"; + + printTagCloud($link); + + print "
"; + + print "
"; + print ""; + print "
"; + + print "
"; + + return; + } + print "
Internal Error

Unknown dialog $id

-- cgit v1.2.3