User Tools

Site Tools


en:public:developer:template_system:tags:headelement:meta_title

This is an old revision of the document!


<#meta_title>

This tag gives the HTML <title>…<title> meta tag

Cfgpages configuration

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

  <page name='/'>
    <cfg> 
      <metatags> 
        <title>My title</title>
      </metatags> 
    </cfg>
  </pages>

the result of <#meta_title> for the page ”/” will be <title>My title</title> ==== Default ==== if cfgpages does not contain the node doctype for the current page then the domain Name will be returned ==== Example ==== <code> <#meta_title> </code> will return <code html> <title>My title</title> </code>

en/public/developer/template_system/tags/headelement/meta_title.1362225095.txt.gz · Last modified: 2013/03/02 15:51 by admin