Remove hook call from template; fix all corresponding core plugins.
[squirrelmail.git] / templates / default / login.tpl
index 421b1d69e96f24c9e9da58114a5981bfe87d8e5d..177eeee86b6b84a938b2a1c859171f2ed58a02a8 100644 (file)
@@ -33,8 +33,10 @@ extract($t);
 <table cellspacing="0">
  <tr>
   <td class="sqm_loginTop" colspan="2">
-   <?php echo $logo_str; ?>
-   <?php echo $sm_attribute_str; ?>
+   <?php 
+       echo $logo_str; if (!empty($logo_str)) echo '<br />'; 
+       echo nl2br($sm_attribute_str) . (empty($sm_attribute_str) ? '' : '<br /><br />'); 
+   ?>
   </td>
  </tr>
  <tr>