give a better label to flash things

This commit is contained in:
Shish 2009-07-30 05:12:36 +01:00
parent 4a4546c427
commit 8e4d6583f5

View File

@ -18,7 +18,7 @@ class FlashFileHandlerTheme extends Themelet {
width='{$image->width}' width='{$image->width}'
type='application/x-shockwave-flash'></embed> type='application/x-shockwave-flash'></embed>
</object>"; </object>";
$page->add_block(new Block("Image", $html, "main", 0)); $page->add_block(new Block("Flash Animation", $html, "main", 0));
} }
} }
?> ?>