PHP Classes

File: cradlecore-mvc-version1.0-r33/cradlecore-mvc/framework/lib/cradlecore/mvc/frames/html5.frame.php

Recommend this page to a friend!
  Classes of alejandro soto   Cradlecore MVC   cradlecore-mvc-version1.0-r33/cradlecore-mvc/framework/lib/cradlecore/mvc/frames/html5.frame.php   Download  
File: cradlecore-mvc-version1.0-r33/cradlecore-mvc/framework/lib/cradlecore/mvc/frames/html5.frame.php
Role: Auxiliary script
Content type: text/plain
Description: Class source
Class: Cradlecore MVC
Web development framework that implements MVC
Author: By
Last change:
Date: 12 years ago
Size: 433 bytes
 

Contents

Class file image Download
<!doctype html>
<html lang="en">
    <head>
        <title><?php echo $title ?></title>
        <meta charset="utf-8">
<script type="text/javascript">var CRADLECORE_ENTRYPOINT = '<?php echo $entryPoint ?>';</script>
<?php AssetsRenderer::addTopAssets($this->httpObject) ?>
    </head>
    <body>
       
        <?php echo $markup ?>

<?php AssetsRenderer::addBottomAssets($this->httpObject) ?>

    </body>
</html>