User Tools

Site Tools


en:public:developer:template_system:tags:pagescfg:page_title

<#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

  • <long_title> - the page title will be first taken from this node. If this node is empty it will be then taken from the node <title>
  • <title> - the page title to use if the node <long_title> is not set

Example

<#page_title SentenceCase="1">
en/public/developer/template_system/tags/pagescfg/page_title.txt · Last modified: 2015/09/07 18:04 by svanderclock