aboutsummaryrefslogtreecommitdiff
path: root/lib/modules/IliasInterfaceModule.class.php
diff options
context:
space:
mode:
authorThomas Hackl <hackl@data-quest.de>2021-08-03 15:40:17 +0200
committerThomas Hackl <hackl@data-quest.de>2021-08-03 15:41:46 +0200
commit4ebcf92520bb486e5eeb686f01a842cb355e3354 (patch)
tree000bd447059c15d9c68052e513e17b3804b8ccfc /lib/modules/IliasInterfaceModule.class.php
parent0900eca9381f5621b61f2c65b351ec382787cff9 (diff)
change icon to ILIAS logo, re #25
Diffstat (limited to 'lib/modules/IliasInterfaceModule.class.php')
-rw-r--r--lib/modules/IliasInterfaceModule.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/modules/IliasInterfaceModule.class.php b/lib/modules/IliasInterfaceModule.class.php
index 44a44be..4f5a62d 100644
--- a/lib/modules/IliasInterfaceModule.class.php
+++ b/lib/modules/IliasInterfaceModule.class.php
@@ -21,7 +21,7 @@ class IliasInterfaceModule extends CorePlugin implements StudipModule, SystemPlu
}
if (Seminar_Perm::get()->have_perm('tutor') || (Seminar_Perm::get()->have_perm('autor') && array_key_exists('show_tools_page', $ilias_interface_config) && $ilias_interface_config['show_tools_page'])) {
$ilias = new Navigation(_('ILIAS'), 'dispatch.php/my_ilias_accounts');
- $ilias->setImage(Icon::create('learnmodule'));
+ $ilias->setImage(Icon::create('ilias'));
$ilias->setDescription(_('Schnittstelle zu ILIAS'));
Navigation::addItem('/contents/my_ilias_accounts', $ilias);
}