The code used for this example:
<p>All Content Copyright © <?php echo copyrightYear(2009);?> Company Name</p>
All Content Copyright © 2009-2010 Company Name
The code used for this example:
<p>All Content Copyright © <?php echo copyrightYear(2007);?> Company Name</p>
All Content Copyright © 2007-2010 Company Name