PHP Classes

File: demo/app/layouts/layout.tpl

Recommend this page to a friend!
  Classes of Italo Lelis de Vietro   Easy Framework   demo/app/layouts/layout.tpl   Download  
File: demo/app/layouts/layout.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Easy Framework
Full stack Web application framework with MVC
Author: By
Last change:
Date: 12 years ago
Size: 227 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html lang="pt-BR"> <head> <meta charset="utf-8"> <title>{block name=title}Exemplo Hello World{/block}</title> </head> <body> {block name=content}{/block} </body> </html>