mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Added missing Voux theme config.
This commit is contained in:
@@ -77,7 +77,7 @@ if(ADMIN && e_AJAX_REQUEST && varset($_GET['mode']) == 'core' && ($_GET['type']
|
||||
|
||||
|
||||
|
||||
if(ADMIN && (e_AJAX_REQUEST || e_DEBUG_FEEDS===true) && varset($_GET['mode']) == 'addons' )
|
||||
if(ADMIN && (e_AJAX_REQUEST || deftrue('e_DEBUG_FEEDS')) && varset($_GET['mode']) == 'addons' )
|
||||
{
|
||||
$type = ($_GET['type'] == 'plugin') ? 'plugin' : 'theme';
|
||||
$tag = 'Infopanel_'.$type;
|
||||
|
Reference in New Issue
Block a user