2014-03-10, 03:06:21
I don't master I18N's API, but this seems to work:
Replace the code you pasted in post #749 by this (shorter) one:
(I haven't checked your template but I suppose it's more or less the same code, you know what to change there.)
Replace the code you pasted in post #749 by this (shorter) one:
PHP Code:
<?php
foreach (return_i18n_menu_data('menuone',1,1) as $page) {
$pag = $page['url'];
?>
(I haven't checked your template but I suppose it's more or less the same code, you know what to change there.)