Put names to checkboxes that can be used by others
[squirrelmail.git] / templates / default / motd.tpl
index 19fcaf9a79aac6fdeb50408a65525368d3cf8662..9abf57191cd7487dac3af36833fc578551e03bad 100644 (file)
@@ -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>