PHP Classes

File: templates/main.tpl

Recommend this page to a friend!
  Classes of mohamedhelal   ArabTemplate   templates/main.tpl   Download  
File: templates/main.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ArabTemplate
Template compiler engine that caches output
Author: By
Last change: Update of templates/main.tpl
Date: 2 months ago
Size: 232 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> {{block 'body'}} <h1>Body Default</h1> {{/block}} {{block 'body2'}} <h1>Body Default</h1> {{/block}} </body> </html>