Update copyright
[squirrelmail.git] / templates / default / motd.tpl
index 19fcaf9a79aac6fdeb50408a65525368d3cf8662..8df3d97bea4fa1b1da58b75951b8cd9905ae0707 100644 (file)
@@ -7,7 +7,7 @@
  * Variables available in this template:
  *      $motd - string containing the MOTD to be displayed
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright 1999-2013 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -22,7 +22,10 @@ extract($t);
  <table class="sqm_motd" cellspacing="3">
   <tr>
    <td>
-    <?php echo $motd; ?>
+    <?php echo $motd; 
+          if (!empty($plugin_output['motd_inside'])) 
+             echo $plugin_output['motd_inside']; 
+    ?>
    </td>
   </tr>
  </table>