where edit custom_copyright year?
Posted: Wed Dec 13, 2006 9:45 pm
Hi
where I can find this to change the start year? Which file to edit?
where I can find this to change the start year? Which file to edit?
Code: Select all
//set start to date your site was published
$startCopyRight='2005';
if(date('Y')== $startCopyRight){
echo $startCopyRight;
}else{
echo $startCopyRight.' - '. date('Y');
}