Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

Name

Summary

Sets the translated name value for this menu.

Usage

 

Name=<name>

Description

Sets the translated name value for this menu, therefore it is recommended to use eng-GB here.
If left empty the default will be used. Keep in mind that if you wish to have the name translatable you will need to add a string hidden in a template somewhere with a i18n() call or a dummy PHP file with the following in it:

ezi18n( 'design/admin/parts/example/menu', 'Example menu', 'Leftmenu  name for example menu' )

This will cause the ezlupdate to include it in the .ts file.
Note: For custom menu's on custom tabs you can also pass a hash of translations to ini_menu.tpl. It will then use strings in that, if name of menu or link index exists in the hash. For more information please visit "design/admin2/templates/parts/setup/menu.tpl" as example.
This setting is case sensitive.

Examples

Name=Media Menu

"Media Menu" is the default setting.

Ester Heylen (03/06/2010 1:20 pm)

Ester Heylen (03/06/2010 1:20 pm)


Comments

There are no comments.