mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Infopanel icon styling and renaming of 'Custom Pages' to 'Pages'
This commit is contained in:
@@ -172,7 +172,7 @@ EOF;
|
||||
{
|
||||
if (!vartrue($user_pref['core-infopanel-mye107']) || in_array($key, $user_pref['core-infopanel-mye107']))
|
||||
{
|
||||
$mainPanel .= e107::getNav()->renderAdminButton($val['link'], $val['title'], $val['caption'], $val['perms'], $val['icon_32'], "div-icon-only");
|
||||
$mainPanel .= e107::getNav()->renderAdminButton($val['link'], $val['title'], $val['caption'], $val['perms'], $val['icon_32'], "div");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user