PHP Classes

File: view/layout/layoutEngine.phtml

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis PHP CMS Engine   view/layout/layoutEngine.phtml   Download  
File: view/layout/layoutEngine.phtml
Role: Example script
Content type: text/plain
Description: Example script
Class: Melis PHP CMS Engine
Engine to manage the content page data
Author: By
Last change:
Date: 2 years ago
Size: 172 bytes
 

Contents

Class file image Download
<?php echo $this->doctype(); ?>
<html lang="en">
    <head>
        <meta charset="utf-8">
    </head>
    <body>
        <?php echo $this->content; ?>
</body>
</html>