PHP Classes

File: TemplatesTPL/SomeClass/authors.tpl

Recommend this page to a friend!
  Classes of Nic Latyshev   BlitzTemplateControl   TemplatesTPL/SomeClass/authors.tpl   Download  
File: TemplatesTPL/SomeClass/authors.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: BlitzTemplateControl
Process templates using the Blitz PHP extension
Author: By
Last change:
Date: 5 years ago
Size: 207 bytes
 

Contents

Class file image Download
<h3>Authors</h3> <table border="1"> <thead> <tr><th>First Name</th><th>Last Name</th></tr> </thead> <tbody> {{ BEGIN authors }} {{ include("authors_row_entry.tpl") }} {{ END }} </tbody> </table>