Login   Register  
PHP Classes
elePHPant
Icontem

File: cradlecore-mvc-version1.0-r33/cradlecore-mvc/framework/lib/cradlecore/mvc/frames/xhtmlStrict.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/xhtmlStrict.frame.php  >  Download  
File: cradlecore-mvc-version1.0-r33/cradlecore-mvc/framework/lib/cradlecore/mvc/frames/xhtmlStrict.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: 468 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>
    <head>
    <title><?php echo $title ?></title>
<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>