Index: trunk/extensions/SemanticDrilldown/specials/SD_BrowseData.php |
— | — | @@ -422,13 +422,13 @@ |
423 | 423 | |
424 | 424 | END; |
425 | 425 | if ( $sdgShowCategoriesAsTabs ) { |
426 | | - $text = <<<END |
| 426 | + $text .= <<<END |
427 | 427 | <p id="categories-header">$choose_category_text</p> |
428 | 428 | <ul id="$cats_list_class"> |
429 | 429 | |
430 | 430 | END; |
431 | 431 | } else { |
432 | | - $text = <<<END |
| 432 | + $text .= <<<END |
433 | 433 | <ul id="$cats_list_class"> |
434 | 434 | <li id="categories-header">$choose_category_text</li> |
435 | 435 | |