twoeight
1/4/2015 - 5:22 PM

Aggiornamento automatico della data nel footer, dall'anno-n ad oggi

Aggiornamento automatico della data nel footer, dall'anno-n ad oggi

&copy; <?php 
  $fromYear = 2008; 
  $thisYear = (int)date('Y'); 
  echo $fromYear . (($fromYear != $thisYear) ? '-' . $thisYear : '');?> Company.