root/branches/3.1/examples/templates/example_attributes_useglobals.tmpl

Revision 170, 318 bytes (checked in by schst, 5 years ago)

added example for useglobals

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 <!-- $Id$ -->
2 <patTemplate:tmpl name="page" type="condition" conditionvar="title" useglobals="yes">
3
4         <patTemplate:sub condition="__default">
5                 The title '{TITLE}' has been set.<br />
6         </patTemplate:sub>
7        
8         <patTemplate:sub condition="__empty">
9                 No title has been set.<br />
10         </patTemplate:sub>
11        
12 </patTemplate:tmpl>
Note: See TracBrowser for help on using the browser.