diff options
-rw-r--r-- | templates/footer.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/footer.tpl b/templates/footer.tpl index 8c8df82..55f8fb1 100644 --- a/templates/footer.tpl +++ b/templates/footer.tpl @@ -1,4 +1,4 @@ <address> Version {$version|escape}<br /> - Copyright © 2006 - 2011 <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved. + Copyright © 2006 - {date('Y')} <a href="http://pgpool.projects.postgresql.org/">pgpool Global Development Group</a>. All rights reserved. </address> |