PHP Classes

File: dashboard.tpl

Recommend this page to a friend!
  Classes of Archzilon Eshun-Davies   cTemplate   dashboard.tpl   Download  
File: dashboard.tpl
Role: Example script
Content type: text/plain
Description: Example Template file
Class: cTemplate
Template engine based on string replacement
Author: By
Last change: Changes content type
Date: 11 years ago
Size: 303 bytes
 

Contents

Class file image Download
<!Doctype html>
<html>
 <head>
  <title>Welcome {NAME}</title>
 </head>
 <body>
  <header>
    <a href="#">Inbox({NUMBERMAILS})</a> | <a href="#">Log out</a>
  </header>
  <section>
    Hello {NAME}, You have {NUMBERMAILS} new messages
  </section>
  <footer>
  </footer>
 </body>
</html>