diff --git a/contrib/handle_flash/theme.php b/contrib/handle_flash/theme.php index 758825d4..a0e8cbb4 100644 --- a/contrib/handle_flash/theme.php +++ b/contrib/handle_flash/theme.php @@ -18,7 +18,7 @@ class FlashFileHandlerTheme extends Themelet { width='{$image->width}' type='application/x-shockwave-flash'> "; - $page->add_block(new Block("Image", $html, "main", 0)); + $page->add_block(new Block("Flash Animation", $html, "main", 0)); } } ?>