diff options
Diffstat (limited to 'lib/modules/Blubber.php')
| -rw-r--r-- | lib/modules/Blubber.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/modules/Blubber.php b/lib/modules/Blubber.php index 4dd2f99..a07169f 100644 --- a/lib/modules/Blubber.php +++ b/lib/modules/Blubber.php @@ -44,7 +44,8 @@ class Blubber extends CorePlugin implements StudipModule _('Blubber'), 'dispatch.php/course/messenger/course' ); - $icon->setImage(Icon::create('blubber', Icon::ROLE_CLICKABLE, ['title' => _('Blubber-Messenger')])); + $icon->setImage(Icon::create('blubber')); + $icon->setLinkAttributes(['title' => _('Blubber-Messenger')]); $condition = "INNER JOIN blubber_threads USING (thread_id) WHERE blubber_threads.context_type = 'course' @@ -124,7 +125,7 @@ class Blubber extends CorePlugin implements StudipModule 'category' => _('Kommunikation und Zusammenarbeit'), 'keywords' => _('Einfach Text schreiben und mit <Enter> abschicken; Direktes Kontaktieren anderer Stud.IP-NutzerInnen (@Vorname Nachname); Setzen von und Suche nach Stichworten über Hashtags (#Stichwort); Einbinden von Dateien per drag and drop'), 'icon' => Icon::create('blubber', Icon::ROLE_INFO), - 'icon_clickable' => Icon::create('blubber', Icon::ROLE_CLICKABLE), + 'icon_clickable' => Icon::create('blubber'), 'screenshots' => [ 'path' => 'assets/images/plus/screenshots/Blubber', 'pictures' => [ |
