PHP Classes

File: views/templates/home.tpl

Recommend this page to a friend!
  Classes of Ali Sharifi   MVC 4 Dummies   views/templates/home.tpl   Download  
File: views/templates/home.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MVC 4 Dummies
Web development PHP MVC framework
Author: By
Last change:
Date: 9 years ago
Size: 277 bytes
 

Contents

Class file image Download
{extends file="layout.tpl"} {block name=title}MVC 4 Dummies{/block} {block name="head"} <script> $(function(){ // }); </script> {/block} {block name=main} <div style="text-align: center"> <h1>{$greeting}</h1> </div> {/block}