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.

Part

Summary

A list of the current navigation parts and their names.

Usage

 

Part[<identifier navigation part>]=<name navigation part>

Description

A list of the current navigation parts and their names. Each entry consists of the identifier as key and the name as value.
Note: If you wish to have the name translatable you will need to create a dummy PHP file with the following in it:

ezi18n( 'kernel/navigationpart', 'Custom navigation', 'Navigation part'  );

This will cause the ezlupdate to include it in the .ts file.
This setting is case sensitive.

Examples

Part[ezcontentnavigationpart]=Content structure
Part[ezmedianavigationpart]=Media library
Part[ezusernavigationpart]=User accounts
Part[ezshopnavigationpart]=Webshop
Part[ezvisualnavigationpart]=Design
Part[ezsetupnavigationpart]=Setup
Part[ezmynavigationpart]=My account

Ester Heylen (03/06/2010 8:31 am)

Ester Heylen (03/06/2010 8:31 am)


Comments

There are no comments.