Changes between Version 29 and Version 30 of frontend/features

Show
Ignore:
Author:
robertc (IP: 192.168.0.1)
Timestamp:
01/08/08 11:30:17 (10 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • frontend/features

    v29 v30  
    2020 
    2121[[Image(template.gif, nolink, align="left")]] 
     22{{{ 
     23#!html 
     24<div class="feature"> 
     25}}} 
    2226== Templating == 
    2327libRocket incorporates a powerful templating tool. You define key elements, such as windows, then re-use these throughout the project. If you want to make a global change to the window, change it in one place and every window will reflect the change. 
    2428{{{ 
    2529#!html 
     30</div> 
    2631<div class="clear">&nbsp;</div> 
    2732}}}