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.

LinkNames

Summary

Sets link name.

Usage

 

LinkNames[<Links_index>]=<link name>

Description

Sets link name.
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 setting is case sensitive.

Examples

LinkNames[]=

Left empty by default.

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

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


Comments

There are no comments.