PHP Classes

File: examples/IfDownloadedZip/includes/footer.i.php

Recommend this page to a friend!
  Classes of Barton Phillips   Simple Site Class   examples/IfDownloadedZip/includes/footer.i.php   Download  
File: examples/IfDownloadedZip/includes/footer.i.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Simple Site Class
Simple Site Class
Author: By
Last change:
Date: 7 months ago
Size: 295 bytes
 

Contents

Class file image Download
<?php
// Example footer
return <<<EOF
<!-- Example Footer -->
<footer>
{$b->aboutwebsite}
<div id="address">
<address>
{$b->copyright}
{$b->address}
{$b->emailAddress}
</address>
</div>
{$b->msg}
{$b->msg1}
{$lastmod}
{$b->msg2}
</footer>
{$b->script}
{$b->inlineScript}
</body>
</html>
EOF;