Index: trunk/extensions/SemanticDrilldown/specials/SD_BrowseData.php |
— | — | @@ -765,6 +765,8 @@ |
766 | 766 | } |
767 | 767 | |
768 | 768 | function printUnappliedFilterValues($cur_url, $f, $filter_values) { |
| 769 | + global $sdgFiltersSmallestFontSize, $sdgFiltersLargestFontSize; |
| 770 | + |
769 | 771 | $results_line = ""; |
770 | 772 | // set font-size values for filter "tag cloud", if the |
771 | 773 | // appropriate global variables are set |