Need to extract template vars - oops
[squirrelmail.git] / templates / default / horizontal_rule.tpl
index 8ca2bbaac52985a4984f01f94d1422ada8918439..46d7c58478ea76cdab044940abb67825d426ce5f 100644 (file)
   */
 
 
+// retrieve the template vars
+//
+extract($t);
+
+
 echo '<hr'; 
 foreach ($aAttribs as $key => $value) {
     echo ' ' . $key . (is_null($value) ? '' : '="' . $value . '"');