Monday 14 July 2008 10:51:17 pm
Hi,
I find this is really inconvenient. For example, that every time I need use "if", I need use {if ...} ... {/if}, even when I was in the { }: Is there a way to use the following format?
{def $variable = "hello"
if condition
something
endif
}
Right now, I must break the previous template language tag use "}" then use the {if}..
{def $variable = "hello"
}
{if condition}
something
{/if}
This is really not very comfortable.
Certified eZ Publish 4 developer looking for develop information & collaboration.
|