User Tools

Site Tools


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

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:public:developer:template_system:tags:headelement:meta_title [2013/03/02 15:56]
admin
en:public:developer:template_system:tags:headelement:meta_title [2013/03/02 18:23] (current)
admin
Line 28: Line 28:
 ==== Default ==== ==== Default ====
  
-if [[en:public:developer:template_system:cfgpages]] does not contain the node doctype for the current +if [[en:public:developer:template_system:cfgpages]] does not contain the node  
-page then the domain Name (Without any extension) will be returned+ 
 +<code xml>  
 +  <page name='/'> 
 +    <cfg>  
 +      <metatags>  
 +        <title>My title</title> 
 +      </metatags>  
 +    </cfg> 
 +  </pages> 
 +</code> 
 + 
 + 
 +then the function will look for 
 + 
 +<code xml>  
 +  <page name='/'> 
 +    <cfg>  
 +      <long_title>My title</long_title> 
 +    </cfg> 
 +  </pages> 
 +</code> 
 + 
 +if still not found then for  
 + 
 +<code xml>  
 +  <page name='/'> 
 +    <cfg>  
 +      <title>My title</title> 
 +    </cfg> 
 +  </pages> 
 +</code> 
 + 
 +and if still not found then the domain Name (Without any extension) will be returned
    
 ==== Example ==== ==== Example ====
en/public/developer/template_system/tags/headelement/meta_title.1362225369.txt.gz · Last modified: 2013/03/02 15:56 by admin