Table of Contents

<#page_title>

This tag gives the title of the current page

Cfgpages configuration

The page title is taken from the cfgpages. if for exemple the cfgpages contain the node

  <page name='/'>
    <cfg>  
      <title>this is the title</title>
      <long_title>this is the long title</long_title>
    </cfg>
  </pages>

the result of <#page_title> will be this is the long title

Example

<#page_title SentenceCase="1">