Fixing global dist config

Defined THEME must be removed for mobile device themes to work.
This commit is contained in:
Sebastian Grewe 2013-06-28 13:50:22 +02:00
parent d4f4b9073f
commit 36acc858ed

View File

@ -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');