Page 1 of 1

where edit custom_copyright year?

Posted: Wed Dec 13, 2006 9:45 pm
by JetLi
Hi
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');
}

Re: where edit custom_copyright year?

Posted: Wed Dec 13, 2006 10:55 pm
by jmcgin51
in the tag code itself (ADMIN > EXTENSIONS > USER-DEFINED TAGS > CUSTOM_COPYRIGHT (or whatever you named the tag).

If you have not yet created the custom_copyright tag, you have to create it first...

Re: where edit custom_copyright year?

Posted: Thu Dec 14, 2006 9:22 am
by JetLi
Hi
thnx. Found it.  :)