ibexa

Caution: This documentation is for eZ Publish legacy, from version 3.x to 5.x.

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=design

This is the default setting.

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

Geir Arne Waaler (09/12/2010 8:30 am)

Ester Heylen, Geir Arne Waaler


Comments

There are no comments.