Guest
Public paste!

Caroline

By: a guest | Feb 1st, 2010 | Syntax: None | Size: 0.18 KB | Hits: 134 | Expires: Never
Copy text to clipboard
  1. <tmpl_if updated>
  2.         <strong>
  3. Last updated </strong>
  4.         <tmpl_var updated>
  5.         <tmpl_else>
  6.         <tmpl_if created>
  7.                 <strong>
  8.                 Created </strong>
  9.                 <tmpl_var created>
  10.         </tmpl_if>
  11. </tmpl_if>