- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
- <html>
- <head>
- <title>XiTemplate Manual - __construct()</title>
- </head>
-
- <body bgcolor="#EEEEEE">
-
- <h1>XiTemplate</h1>
- <p>Hi. Welcome to XiTemplate!</p>
-
-
- <table border="0" cellpadding="10" cellspacing="0" bgcolor="#FFFFFF">
- <tr>
- <td>
- <p>This is an example of a template that comes from the buffer.</p>
- <p>This template could come from a database or some other data source.</p>
- <p>This template can have variables and blocks just like any other template.</p>
- <p>Here is a variable: "I'm a variable"</p>
- <p>This text is a sub block of template2.</p>
- </td>
- </tr>
- </table>
-
-
- <p>This is the rest of template 1.</p>
- </body>
- </html>