Monopoly City Streets Street Finder

  Home Listings  

Copyright Information

/* Copyright © 2009 Adam Wolenc
 *    Copying and distribution of this file, with or without modification,
 *    are permitted in any medium without royalty provided the copyright
 *    notice and this notice are preserved.  This file is offered as-is,
 *    without any warranty.
 */
Either "Adam Wolenc" or "@adamuu" or both are valid for attribution purposes. Enjoy!

Source Code of mcs_site.php

<?php

/* Copyright © 2009 Adam Wolenc
 *    Copying and distribution of this file, with or without modification,
 *    are permitted in any medium without royalty provided the copyright
 *    notice and this notice are preserved.  This file is offered as-is,
 *    without any warranty.
 */

/* mcs_site.php version 0.2 */

function mcs_header() {
    
?>
<h1>Monopoly City Streets Street Finder</h1>
<table border="1" cellpadding="5" cellspacing="2" width="85%">
    <tr>
        <th>&nbsp;</th>
        <th><a href="/mcs/">Home</a></th>
        <th><a href="/mcs/listing.php">Listings</a></th>
        <th>&nbsp;</th>
    </tr>
</table>
    <?php
}

function 
mcs_footer() {
    
?>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-10802073-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<small>Site created by <a href="http://adamuu.blogspot.com">Adam Wolenc</a><br>
Not affiliated with Monopoly&reg;, which is a trademark of Hasbro, Inc.</small>
    <?php
}
?>
Site created by Adam Wolenc
Not affiliated with Monopoly®, which is a trademark of Hasbro, Inc.