Under "Home › Administer › Site configuration" in box "Footer message:", Javascript doesn't seem to be working. The code works for Drupal 4.6/4.7:

Copyright
<SCRIPT LANGUAGE="JAVASCRIPT">
var d = new Date();
var curr_year = d.getFullYear();
document.write(curr_year);
</SCRIPT>
© (My Name Here)

Comments

gerhard killesreiter’s picture

Project: Drupal.org infrastructure » Drupal core
Version: » 5.x-dev
Component: Drupal.org module » base system

moving

Uwe Hermann’s picture

Title: Java in Site configuration Footer not working » JavaScript in Site configuration Footer not working
ChrisKennedy’s picture

Status: Active » Closed (duplicate)

Thanks for the bug report. This is being discussed at http://drupal.org/node/75123