mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 09:05:58 +00: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() {
|
function TagsCollection() {
|
||||||
Requirements::css("blog/css/tagcloud.css");
|
Requirements::themedCSS("tagcloud");
|
||||||
|
|
||||||
$allTags = array();
|
$allTags = array();
|
||||||
$max = 0;
|
$max = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user