Login   Register  
PHP Classes
elePHPant
Icontem

File: layout2.tpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2011-08-06 12:13
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() ?>