PHP Classes

File: demo/templates/inc/header.tpl.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   H2OTpl   demo/templates/inc/header.tpl.php   Download  
File: demo/templates/inc/header.tpl.php
Role: Auxiliary script
Content type: text/plain
Description: Example script
Class: H2OTpl
Process and output PHP template scripts
Author: By
Last change: Update of demo/templates/inc/header.tpl.php
Date: 4 months ago
Size: 254 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html lang="en">
<head>
     <meta charset="utf-8" />
    <title><?= $this->escape($this->sTitle) ?></title>
    <link rel="stylesheet" href="<?= $this->sBaseUrl ?>templates/style/css/common.css" />
</head>
<body>
    <div class="center">