diff --git a/program/include/rcmail_output_html.php b/program/include/rcmail_output_html.php index 8dda8c3c1..fca3ae77d 100644 --- a/program/include/rcmail_output_html.php +++ b/program/include/rcmail_output_html.php @@ -1077,6 +1077,10 @@ EOF; } break; + case 'add_label': + $this->add_label($attrib['name']); + break; + // include a file case 'include': $old_base_path = $this->base_path; diff --git a/skins/larry/includes/footer.html b/skins/larry/includes/footer.html index cade440bd..f64420d27 100644 --- a/skins/larry/includes/footer.html +++ b/skins/larry/includes/footer.html @@ -1,2 +1,5 @@ + diff --git a/skins/larry/includes/header.html b/skins/larry/includes/header.html index 8057bc30a..36783e395 100644 --- a/skins/larry/includes/header.html +++ b/skins/larry/includes/header.html @@ -1,13 +1,5 @@