PHP Classes

File: examples/filemgr/templates/mainlayout.php

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

Contents

Class file image Download
<html>
<head>
<title>Directory Browser Example</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000">
<?php echo $content; ?>
<br/>
<a href="../">Return to Examples</a>
</body>
</html>