diff --git a/contrib/featured/main.php b/contrib/featured/main.php index 756c14f7..2ae9f229 100644 --- a/contrib/featured/main.php +++ b/contrib/featured/main.php @@ -38,11 +38,13 @@ class Featured extends Extension { } } + /* if(is_a($event, 'SetupBuildingEvent')) { $sb = new SetupBlock("Featured Image"); $sb->add_int_option("featured_id", "Image ID: "); $event->panel->add_block($sb); } + */ if(is_a($event, 'DisplayingImageEvent')) { global $user;