image zoom isn't an admin option any more

This commit is contained in:
Shish 2012-04-01 16:53:47 +01:00
parent d1a4c32ef6
commit 19fb6a16ae

View file

@ -7,12 +7,6 @@
*/
class PixelFileHandler extends DataHandlerExtension {
public function setup() {
$sb = new SetupBlock("Image Zoom");
$sb->add_bool_option("image_zoom", "Zoom by default: ");
return $sb;
}
protected function supported_ext($ext) {
$exts = array("jpg", "jpeg", "gif", "png");
return in_array(strtolower($ext), $exts);