diff --git a/protected/humhub/modules/topic/widgets/TopicLabel.php b/protected/humhub/modules/topic/widgets/TopicLabel.php index 537a57c981..f08ac24425 100644 --- a/protected/humhub/modules/topic/widgets/TopicLabel.php +++ b/protected/humhub/modules/topic/widgets/TopicLabel.php @@ -1,4 +1,5 @@ options(['data-topic-id' => $topic->id, 'data-topic-url' => $topic->getUrl()]); + return static::defaultType($topic->name)->sortOrder(20)->color($topic->color)->withLink($link)->icon('fa-star'); } }