$subject", "$from", "$date"); $expand_link = str_replace('&expand_header=0', '', $PHP_SELF) . '&expand_header=1'; echo ''; // show normal/full/expanded header listing } else { $collapse_link = str_replace('&expand_header=1', '', $PHP_SELF) . '&expand_header=0'; $first_time = TRUE; foreach ($headers_to_display as $field_name=>$value) { if (empty($value)) { # Skip enpty headers continue; } ?>
' . '' . getIcon($icon_theme_path, 'plus.png', '-', _("Expand Header")) . ' ' . $reduced_header . '
' . getIcon($icon_theme_path, 'minus.png', '-', _("Collapse Header")) . ' '; echo $field_name . ':'; $first_time = FALSE; ?>
\n\n\n"; }