| 
 Posted by Erik Schmitt on 06/24/05 14:30 
Hello, 
 
I have a file with defined constants: 
 
- conf ------------------- 
hello=Hallo 
sleep=schlafen 
- /conf ------------------ 
 
And I want to access these dynamically like this: 
 
{foreach from=$values key=key item=item} 
	{#$item#} 
{/foreach} 
 
 
Problem is that {#$item#} ends up with an error. 
 
I tried to use combine the eval()- and the  
assign()-functions to get the desired result 
but nothing worked. 
 
Can anyone give me a hint? Of course 
I could write block-plugin but I do not like 
the idea. I am looking for something very  
easy with no "syntactical overhead". 
Is it possible to write a plugin that works  
like {##$item##} on my own? 
 
Thanks! 
Erik
 
[Back to original message] 
 |