Page 1 of 1

[solved] userdefined html tags like the php ones

Posted: Mon Mar 30, 2009 8:48 am
by Donni
maybe i am blind but i wasn't able to find the option for userdefined tag with just plain html
i want to structure some parts of my template with the need to translate it to php
i've tried the {literal} at userdefined tags but w/o luck
it just wants php

Re: userdefined html tags like the php ones

Posted: Mon Mar 30, 2009 9:35 am
by RonnyK
UDTs are for code....

For re-usable HTML, you can use the GlobalContentBlocks.

Ronny

Re: userdefined html tags like the php ones

Posted: Mon Mar 30, 2009 12:25 pm
by Donni
thank you very much