2012-08-24, 00:06:12
ahhh yeah normally you could do a
but i18n replaces this with
load.php?id=i18n_base
so youd have to change that to
I think
Code:
if (basename($_SERVER['PHP_SELF']) == 'load.php' && !isset($_REQUEST['id']))
but i18n replaces this with
load.php?id=i18n_base
so youd have to change that to
Code:
if (basename($_SERVER['PHP_SELF']) == 'load.php' && $_REQUEST['id']=='i18n_base')
I think