View Page Source

Copyright © 2008 Allen Networks.

Free software respects every user's right to know what is running around inside their computer. As an entitlement to this right, the source code on this site is available for everyone to see, licensed under the GNU Affero General Public License (AGPL) version 3. A few other files that this site uses are listed below since they can not be accessed using the "View Source" link on the bottom of every page.

File contents of contact.php

<?php
$headtitle 
"Contact Us :: Allen Networks";
require_once(
'header.inc');
?>

            <div id="linkpath"><a href="index.php">Home</a> &gt; <b>Contact</b></div>

            <h2>Contact Information</h2>

            <p>For all enquiries, I can be contacted via:</p>

            <table border="0" cellpadding="0" cellspacing="12">

                <tr>

                    <th align="left">Email:</th>
                    <td align="left">manager@atshop3d.com</td>

                </tr>

                <tr>

                    <th align="left">Phone:</th>
                    <td align="left">+61 7 4125 7910</td>

                </tr>

                <tr>

                    <th align="left">Mobile:</th>
                    <td align="left">0488 686 140</td>

                </tr>

                <tr>

                    <th align="left">XMPP/Jabber:</th>
                    <td align="right">sam.allen@jabber.org.au</td>

                </tr>

            </table>

<?php
require_once('footer.inc');
?>