<$mt:App:Link$>
Produces a application link to the current script with the mode and attributes specified.
Attributes:
- mode
Maps to a '__mode' argument.
- type
Maps to a '_type' argument.
Example:
<$MTApp:Link mode="foo" type="entry" bar="1"$>
produces:
/cgi-bin/mt/mt.cgi?__mode=foo&_type=entry&bar=1
This tag produces unescaped '&' characters. If you use this tag in an HTML tag attribute, be sure to add a escape="html" attribute which will encode these to HTML entities.
This page was last updated on 1969-12-31, 16:00.
Leave a note
Have a question? Please use the MT Forums. Notes submitted on documentation should pertain to tips & hints regarding documentation. Your note may be removed once its contents have been integrated into the body of the page.