Chapter System
MTLink
Automatically generates an absolute URL to an index template or specific entry in the system. One of the following attributes are required:
Attributes:
template- The name of the index template.entry_id- The numeric system ID of the entry.
Example:
<a href="<$MTLink template="About Page"$>">My About Page</a>
or
<a href="<$MTLink entry_id="221"$>">the entry about my vacation</a>


