marcwieland95
1/3/2019 - 7:54 PM

Automatically updating copyright year - http://updateyourfooter.com/

Automatically updating copyright year - http://updateyourfooter.com/

&copy; <?php
  $fromYear = 2008; 
  $thisYear = (int)date('Y'); 
  echo $fromYear . (($fromYear != $thisYear) ? '-' . $thisYear : '');?> Company.
&copy; 2010<script>new Date().getFullYear()>2010&&document.write("-"+new Date().getFullYear());</script>, Company.