update publically visible copyright years.
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 20 Apr 2008 15:24:04 +0000 (15:24 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 20 Apr 2008 15:24:04 +0000 (15:24 +0000)
maybe these should be consolidated into a constant?

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13062 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/about.php
templates/default/message_list.tpl

index 47a558517e2e07085d7f7f0895837a5fbe34f97b..b5a8d5c34cc112edbacceb55cdd8e1b1bca2ee3b 100644 (file)
@@ -86,7 +86,7 @@ if ( isset($plugins) && count ($plugins) > 0 ) {
 </small>
 <br /><br />
 </td></tr>
-<tr><td align="center">&copy; 1999 - 2007 The SquirrelMail Project Team</td></tr>
+<tr><td align="center">&copy; 1999 - 2008 The SquirrelMail Project Team</td></tr>
 </table></p>
 <?php
 $oTemplate->display('footer.tpl');
index fceb50d8435d18eefcd4dbd8925b880bf36fa45f..4ff0bfddd6f22b4da898f5db7f25da3149b6ca8c 100644 (file)
@@ -551,5 +551,5 @@ if ($non_clicked_class != 'even' && $non_clicked_class != 'odd'
 </div>
 
 <?php if (!$hide_sm_attributions): ?>
-<p class="sqm_squirrelcopyright">&copy; 1999-2007 The SquirrelMail Project Team - <a href="about.php">About SquirrelMail</a></p>
+<p class="sqm_squirrelcopyright">&copy; 1999-2008 The SquirrelMail Project Team - <a href="about.php">About SquirrelMail</a></p>
 <?php endif; ?>