<hr />
<address>
<p align="center"><small>
<?= $this->Name ?>
<br /><a href="http://<?= $this->Host ?>/"><?= $this->Host ?></a>
<a href="mailto:<?= $this->Email ?>"><?= $this->Email ?></a>
<br />Tel: <?= $this->Phone ?> Fax: <?= $this->Fax ?>
<br /><?= $this->Address ?>, <?= $this->City ?> <?= $this->State ?>
<?= $this->Zip ?>
</small></p>
<p align="center"><small>
This URL: <a href="<?= $this->FileURL ?>"><?= $this->FileURL ?></a>
<br />Last modified: <?= date('j F Y, g:i a', $this->FileMod) ?>
<?= strftime('%Z', $this->FileMod) ?>
<br />© <?= date('Y', $this->FileMod) ?>
</small></p>
</address>
</body>
</html>