Changes conf icon in menu

This commit is contained in:
Bernd Erk 2014-11-17 15:52:04 +01:00
parent f43976a19a
commit 878aa81d98

View File

@ -212,7 +212,7 @@ class Menu implements RecursiveIterator
)); ));
$section = $this->add(t('System'), array( $section = $this->add(t('System'), array(
'icon' => 'conf-alt', 'icon' => 'wrench',
'priority' => 200 'priority' => 200
)); ));
$section->add(t('Configuration'), array( $section->add(t('Configuration'), array(