hello,
please how i can disable mobile version in my site ?
thank you
hey Memo
Put this in your cnfig file. define('OW_USE_CONTEXT', 1);
Should be after the last ; and before the end }
LOOKS LIKES THIS:
define('OW_PROFILER_ENABLE', false); define('OW_USE_CONTEXT', 1); }
Wilson