where edit custom_copyright year?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
JetLi
Forum Members
Forum Members
Posts: 15
Joined: Thu Mar 16, 2006 2:00 pm

where edit custom_copyright year?

Post 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');
}
jmcgin51
Power Poster
Power Poster
Posts: 1899
Joined: Mon Jun 12, 2006 9:02 pm

Re: where edit custom_copyright year?

Post 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...
JetLi
Forum Members
Forum Members
Posts: 15
Joined: Thu Mar 16, 2006 2:00 pm

Re: where edit custom_copyright year?

Post by JetLi »

Hi
thnx. Found it.  :)
Post Reply

Return to “CMSMS Core”