this should never need to be set by hand

git-svn-id: file:///home/shish/svn/shimmie2/trunk@874 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2008-05-20 19:18:40 +00:00
parent 3db3c53a6d
commit 782b57724f

View File

@ -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;