You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to In-Portal Development
In-Portal's template engine's key feature is block definitions. You can create HTML code block using m_DefineElement tag and then use it later using m_RenderElement block. It's like moving widely used PHP code into a function.
However it has no tag for checking if a particular element was defined. Now it is.