Hello!
I had problems with 'main-menu' after installing i18n
Using Drupal 7:23

Solved using the following:

- if(module_exists('i18n'))

to alter:

+ if(function_exists('i18n_menu_translated_tree'))

Comments

drupalfmm’s picture

I'm sorry the 'Menu translation' was not active. yes it works with: if (module_exists ('i18n'))
After installing i18n, do not forget to activate 'Menu translation'.

thx
:)

drupalfmm’s picture

Status: Active » Closed (works as designed)
drupalfmm’s picture

Issue summary: View changes

Text correction