浏览代码

update publically visible copyright years.
maybe these should be consolidated into a constant?

Thijs Kinkhorst 17 年之前
父节点
当前提交
06a27b8910
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/about.php
  2. 1 1
      templates/default/message_list.tpl

+ 1 - 1
src/about.php

@@ -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');

+ 1 - 1
templates/default/message_list.tpl

@@ -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; ?>