1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-19 05:01:29 +00:00

show tag cloud instead of flat tag list

This commit is contained in:
Andrew Dolgov
2007-05-17 12:58:38 +01:00
parent 1ba6daf78e
commit 0979b696e4
6 changed files with 100 additions and 9 deletions

View File

@@ -122,7 +122,7 @@ window.onload = init;
<div id="feeds-holder">
<div id="dispSwitch">
<a id="dispSwitchPrompt"
href="javascript:toggleTags()"><?php echo __("display tags") ?></a>
href="javascript:toggleTags()"><?php echo __("tag cloud") ?></a>
</div>
<div id="feeds-frame">&nbsp;</div>
</div>