Login   Register  
PHP Classes
elePHPant
Icontem

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

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2012-03-21 11:44
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>