2012-11-01, 00:29:56
well! it takes a bunch of my seconds, but:
I got it
i18n_base/frontend.class.php, at the end of the functionthe second value for plink wasn´t declared/empty. So I fill it here with index.
regards, Bell.
I got it
i18n_base/frontend.class.php, at the end of the function
PHP Code:
private static function getFancyLanguageUrl($slug, $parent, $lang=null, $type='full') {
...
$plink = str_replace('%slug%', 'index', $plink); }
return (string) $full . $plink; }
regards, Bell.