<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 sumbitted here should pertain to tips & hints regarding documentation.