Add option that allows email address to be shown on message listings instead of full...
[squirrelmail.git] / templates / default / line_break.tpl
index 4c782813bd736cdc7adcfc8c0bd9dff2cc4a00ad..d45a3a2579a188959808cf675c27dfe9510ad28b 100644 (file)
   */
 
 
+// retrieve the template vars
+//
+extract($t);
+
+
 echo '<br';
-foreach ($aAttribs as $key => $value) {
+if (isset($aAttribs)) foreach ($aAttribs as $key => $value) {
     echo ' ' . $key . (is_null($value) ? '' : '="' . $value . '"');
 }
 echo ' />';