Bug #15645
closedcopyright is always 1998-2005
0%
Description
both in BE login page and About module..
could be useful to change it in "1998-{current year}" so nobody will ahve ever to thing again about updating it :D
(issue imported from #M2590)
Updated by Matthias Kall over 18 years ago
for the one in "About modules"-Module:
Change line 3445 in class.t3lib_befunc.php (in function TYPO3_copyRightNotice())
replace 2005 with '.date('Y').'
for the one in the Login Form:
typo3/index.php function makeCopyrightNotice() line 567 same change
in the "About"-Module:
typo3/mod/help/about/index.php function main() line 104
replace 2005' with '.date('Y')
Have a nice day.
Matthias
Updated by Martin Kutschker over 18 years ago
No, to simply display the current year is wrong! It has to be changed manually.
Updated by Martin Kutschker over 18 years ago
I've added a constant TYPO3_copyright_year into config_default.php and use it in the login page and the about module.