[fix] Quota menu item icon was broken
This commit is contained in:
parent
9e04ff4d81
commit
fd2852e3b7
|
@ -64,7 +64,7 @@ class m_quota {
|
||||||
$obj = array(
|
$obj = array(
|
||||||
'title' => _("Show my quotas"),
|
'title' => _("Show my quotas"),
|
||||||
'ico' => 'images/quota.png',
|
'ico' => 'images/quota.png',
|
||||||
'link' => 'quota_show.php',
|
'link' => 'toggle',
|
||||||
'pos' => 110,
|
'pos' => 110,
|
||||||
'divclass' => 'menu-quota',
|
'divclass' => 'menu-quota',
|
||||||
'links' => array(),
|
'links' => array(),
|
||||||
|
|
Loading…
Reference in New Issue