PHP Classes

File: WEB-INF/tpl/index.tpl

Recommend this page to a friend!
  Classes of Gregory   Damn Small MVC   WEB-INF/tpl/index.tpl   Download  
File: WEB-INF/tpl/index.tpl
Role: Auxiliary data
Content type: text/plain
Description: INDEX page view
Class: Damn Small MVC
Light weight MVC implementation framework
Author: By
Last change:
Date: 18 years ago
Size: 560 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > <head> <meta http-equiv="content-type" content="text/html; charset=Windows-1251" /> <meta name="robots" content="all" /> <title><TMPL_VAR title></title> <script type="text/javascript"></script> <style type="text/css" media="all"> @import "/mvc/css/test.css"; </style> </head> <body id="mvc-main"> <h3><TMPL_VAR title></h3> <TMPL_VAR content> </body> </html>