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

Additional checks for constants. Disable addon lookup cache in debug mode.

This commit is contained in:
Cameron
2021-01-05 10:04:26 -08:00
parent 7dec5cf40e
commit 741d91a76b
5 changed files with 13 additions and 7 deletions

View File

@@ -453,7 +453,7 @@ define("E_32_TRUE", "<i class='S32 e-true-32'></i>");
define("ADMIN_GRID_ICON", "<i class='fa fa-th'></i>");
define("ADMIN_LIST_ICON", "<i class='fa fa-th-list'></i>");
if(THEME_STYLE === 'css/kadmin.css')
if(defset('THEME_STYLE') === 'css/kadmin.css')
{
define("ADMIN_EDIT_ICON", "<i class='fa fa-edit fa-2x fa-fw'></i>");