diff --git a/ext/regen_thumb/main.php b/ext/regen_thumb/main.php index 4c84c505..f6fd7896 100644 --- a/ext/regen_thumb/main.php +++ b/ext/regen_thumb/main.php @@ -50,6 +50,7 @@ class RegenThumb extends Extension { global $page; $page->set_title("Thumbnail Regenerated"); $page->set_heading("Thumbnail Regenerated"); + $page->add_header(""); $page->add_side_block(new NavBlock()); $page->add_main_block(new Block("Thumbnail", build_thumb_html($image))); }