Error Notices · 12.04.04
The <txp:notice /> tag
This tag is intended to be used by plugins developers when they need to send to the users an error message, without break TXP internal “mechanism”.
The error message needs to be specified as the value of the message attribute.
For example, if you misuse an image tag, you’ll obtain a notice saying “malformed image tag” notifying you that something is wrong with the tag. This message is the resulting output of: <txp:notice message=”malformed image tag” />
* * *

Comment
commenting closed for this article