1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 11:36:08 +02:00

Place oversized admin navigation menus into 3 columns.

This commit is contained in:
Cameron
2021-01-28 11:43:32 -08:00
parent 296bc650a7
commit 7be16b9e32
2 changed files with 3 additions and 3 deletions

View File

@@ -1346,7 +1346,7 @@ i.e-cat_users-32{ background-position: -555px 0; width: 32px; height: 32px; }
$replace['LINK_IMAGE'] = varset($e107_vars[$act]['image']);
}
$replace['LINK_SUB_OVERSIZED'] = (isset($e107_vars[$act]['sub']) && count($e107_vars[$act]['sub']) > 20) ? 'oversized' : '';
$replace['LINK_SUB_OVERSIZED'] = (isset($e107_vars[$act]['sub']) && count($e107_vars[$act]['sub']) > 15) ? 'oversized' : '';
if(!empty($e107_vars[$act]['link_data']))
{