Fixing global dist config
Defined THEME must be removed for mobile device themes to work.
This commit is contained in:
parent
d4f4b9073f
commit
36acc858ed
@ -2,9 +2,6 @@
|
||||
// Make sure we are called from index.php
|
||||
if (!defined('SECURITY')) die('Hacking attempt');
|
||||
|
||||
// What is our overall theme
|
||||
define('THEME', 'mmcFE');
|
||||
|
||||
// Our include directory for additional features
|
||||
define('INCLUDE_DIR', BASEPATH . 'include');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user