PHP Classes

File: layout2.tpl

Recommend this page to a friend!
  Classes of Mallory Dessaintes   PHP Simple View   layout2.tpl   Download  
File: layout2.tpl
Role: Auxiliary script
Content type: text/plain
Description: layout2 template (used for inheritance)
Class: PHP Simple View
Template engine that supports template inheritance
Author: By
Last change: changing file type to "example"
Date: 12 years ago
Size: 138 bytes
 

Contents

Class file image Download
<?php $this->inherits('layout.tpl') ?>

<?php $this->startBlock('header') ?>
<b>layout2 header<br /></b>
<?php $this->endBlock() ?>