PageFolder
A container tag which holds folder context relating to the page.
<mt:PageFolder>
<$mt:FolderLabel$>
</mt:PageFolder>
Tip: Due to legacy taging the
mt:EntryCategory
function tag will output the same value as themt:FolderLabel
function tag when used in the context of a page. Unlike themt:PageFolder
tag which is block tag and must be used with themt:FolderLabel
tag.Use this
mtml
<mt:If tag="EntryCategory" eq="Appendix: Configuration Directives"> This main folder for this page is "Appendix: Configuration Directives". Confirmation using `mt:EntryCategory`: "<$mt:EntryCategory$>". </mt:If>