From aff09f80303dfb799afa8be58b145882675a48df Mon Sep 17 00:00:00 2001 From: kink Date: Mon, 21 Apr 2008 23:56:56 +0000 Subject: [PATCH] introduce new constant SM_COPYRIGHT that has the copyright years for display in the interface. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13063 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/constants.php | 6 ++++++ src/about.php | 2 +- templates/default/message_list.tpl | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/include/constants.php b/include/constants.php index 79fcabaa..0cf49dee 100644 --- a/include/constants.php +++ b/include/constants.php @@ -21,6 +21,12 @@ */ define('SM_VERSION', '1.5.2 [SVN]'); +/** + * Year interval for copyright notices in the interface + * @since 1.5.2 + */ +define('SM_COPYRIGHT', '1999-2008'); + /**************************************************************/ /* Set values for constants used by SquirrelMail preferences. */ /**************************************************************/ diff --git a/src/about.php b/src/about.php index b5a8d5c3..e591f806 100644 --- a/src/about.php +++ b/src/about.php @@ -86,7 +86,7 @@ if ( isset($plugins) && count ($plugins) > 0 ) {

-© 1999 - 2008 The SquirrelMail Project Team +© The SquirrelMail Project Team

display('footer.tpl'); diff --git a/templates/default/message_list.tpl b/templates/default/message_list.tpl index 4ff0bfdd..1dc68642 100644 --- a/templates/default/message_list.tpl +++ b/templates/default/message_list.tpl @@ -551,5 +551,5 @@ if ($non_clicked_class != 'even' && $non_clicked_class != 'odd' -

© 1999-2008 The SquirrelMail Project Team - About SquirrelMail

+

© The SquirrelMail Project Team - About SquirrelMail

-- 2.25.1