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 products.php

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

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

            <h2>Products</h2>

            <h3>Freecommerce</h3>

            <p><em>Freecommerce</em> is a fully self-contained ecommerce solution that aims to provide an easy to use interface where as much of the site&apos;s content can be edited &quot;in place&quot;, allowing changes to be seen instantly. A working example can be seen on <a href="http://aladdins.atshop3d.com/">Aladdin&apos;s Arabesque</a>.</p>

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