PHP Classes

File: views/templates/layout.tpl

Recommend this page to a friend!
  Classes of Ali Sharifi   MVC 4 Dummies   views/templates/layout.tpl   Download  
File: views/templates/layout.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: 324 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <script src="js/jquery.min.js" type="text/javascript"></script> {block name="head"}{/block} <title>{block name=title}Default Page Title{/block}</title> </head> <body> <div id="container"> {block name="main"}{/block} </div> </body> </html>