Forums / Setup & design / How can I get an array from ini file in template ?!

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

How can I get an array from ini file in template ?!

Author Message

Selmah Maxim

Monday 07 July 2003 8:03:02 am

Any1 know how ?

I wanna get the 'TranslationList' from site.ini as array in template, for language selection !

Paul Borgermans

Monday 07 July 2003 8:18:30 am

http://ez.no/developer/ez_publish_3/documentation/customization/templates/undocumented_template_functions_and_operators

i what you need

--paul

eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans

Selmah Maxim

Tuesday 08 July 2003 12:40:14 am

Hi pual ..

I know this , but the 'TranslationList' is look like this :
TranslationList=en;hu;he;ar

when use the ezini i got just as it is, i need as array ...
but i had slove it from php ;)

thx anyway !