mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
BUGFIX: TagCloudWidget uses themedCSS instead css (ticket 6059, thanks artyom)
This commit is contained in:
parent
3593f03f7e
commit
1a6bb1482c
@ -43,7 +43,7 @@ class TagCloudWidget extends Widget {
|
||||
}
|
||||
|
||||
function TagsCollection() {
|
||||
Requirements::css("blog/css/tagcloud.css");
|
||||
Requirements::themedCSS("tagcloud");
|
||||
|
||||
$allTags = array();
|
||||
$max = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user