From 8e4d6583f5db4f8d670bb975a0d3b88bb93b9d0f Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 30 Jul 2009 05:12:36 +0100 Subject: [PATCH] give a better label to flash things --- contrib/handle_flash/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } } ?>