NOTE: This documentation is for Movable Type 3.2. If you are using a newer version, please see the documentation for Movable type 3.3x or Movable Type Enterprise.
Returns the value of the AdminCGIPath configuration directive if set. Otherwise the value of the CGIPath directive is returned.
The URL path to the directory containing the Movable type CGI scripts. The value of the CGIPath configuration directive.
The relative URL (path) extracted from the CGIPath setting in mt-config.cgi.
The name of the comment script. Typically mt-comments.cgi.
The output of the DefaultLanguage setting in mt-config.cgi.
This tag is used by the system to display the text of any user error message.
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>
The value of the PublishCharset directive in the system configuration.
The value of the StaticWebPath directive in the system configuration.
The name of the TrackBack system script. Typically mt-tb.cgi.
The version number of the Movable Type system.
The name of the XML-RPC system script. Typically mt-xmlrpc.cgi.