PHP Classes

File: tamplet.html

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Template Engine Class   tamplet.html   Download  
File: tamplet.html
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Template Engine Class
Process template files by replacing variable marks
Author: By
Last change:
Date: 6 years ago
Size: 574 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html lang="en"> <head> <title>{% header %}</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> </head> <body> <div class="container"> <h1>{% heading %}</h1> <p>{% body %}</p> </div> </body> </html>