PHP Classes

File: examples/cms/app/templates/layout/homelayout.php

Recommend this page to a friend!
  Classes of Haseeb Ahmad Basil   PHP Skeleton Framework   examples/cms/app/templates/layout/homelayout.php   Download  
File: examples/cms/app/templates/layout/homelayout.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Skeleton Framework
Extensive Web application development framework
Author: By
Last change:
Date: 8 years ago
Size: 261 bytes
 

Contents

Class file image Download
<?php

?>
<h3>this is the template file homelayout</h3>
<p>You could add some specific elements for the homepage</p>
<div style="float:left;width:74%;">
<?php echo $maincontent; ?>
</div>

<div style="float:right;width:25%;">
<?php echo $subcontent; ?>
</div>