1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-25 15:31:41 +02:00

Admin-ui: Fix for size of default plugin-icon in admin menu.

This commit is contained in:
Cameron
2018-01-09 11:21:16 -08:00
parent bcc1604ccb
commit 4476336e22
3 changed files with 8 additions and 3 deletions

View File

@@ -137,6 +137,11 @@ if (!defined('E_32_LANGUAGE')) {
}
// Large Admin Other Link Images
// Large Admin Other Link Images
if (!defined('E_24_PLUGIN')) {
define('E_24_PLUGIN', "<i class='S24 e-plugins-24'></i> ");
}
if (!defined('E_32_PLUGIN')) {
define('E_32_PLUGIN', "<i class='S32 e-plugins-32'></i> ");
}