PHP Classes

File: examples/blog/app/templates/layout/standardlayout.php

Recommend this page to a friend!
  Classes of Haseeb Ahmad Basil   PHP Skeleton Framework   examples/blog/app/templates/layout/standardlayout.php   Download  
File: examples/blog/app/templates/layout/standardlayout.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: 224 bytes
 

Contents

Class file image Download
<p>This is the template file standardlayout.</p>

<div style="float:left;width:74%;">
<?php echo $maincontent; ?>
</div>

<div style="float:right;width:25%;">
<?php echo isset($subcontent) ? $subcontent : '&nbsp;'; ?>
</div>