Needs review
Project:
Menu Block Split
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2010 at 16:01 UTC
Updated:
25 Jun 2013 at 13:59 UTC
hello
in settings.php
$conf['i18n_variables'] = array(
// These are for primary and secondary links
'menu_primary_links_source',
'menu_secondary_links_source',
'menu_default_node_menu',
'menutrails_menu',
'menutrails_node_types',
'menutrails_terms',
'anonymous',
'site_frontpage',
'site_slogan',
'contact_form_information',
);
would it be possible to also use some variables of menu block split to bring the thing to work on an multilingual page?
or another way?
thanks momper
Comments
Comment #1
gjvoosten commentedIn your settings.php, add to the $conf['i18n_variables'] array like so:
Comment #2
gjvoosten commented