diff --git a/plugins/calendar/functions.inc b/plugins/calendar/functions.inc index ea5a21c9a..65eb30734 100644 --- a/plugins/calendar/functions.inc +++ b/plugins/calendar/functions.inc @@ -2102,6 +2102,8 @@ function plugin_getBlocks_calendar($side, $topic = '') 'content' => $display, 'allow_autotags' => false, 'help' => '', + 'css_id' => 'event_block', // since GL 2.2.0 + 'css_classes' => '', // since GL 2.2.0 ); } } diff --git a/plugins/polls/functions.inc b/plugins/polls/functions.inc index 4936e77a4..0b48f4041 100644 --- a/plugins/polls/functions.inc +++ b/plugins/polls/functions.inc @@ -10,7 +10,7 @@ // | API method and 2) implements all the common code needed by the Polls | // | plugin' PHP files. | // +---------------------------------------------------------------------------+ -// | Copyright (C) 2000-2011 by the following authors: | +// | Copyright (C) 2000-2017 by the following authors: | // | | // | Authors: Tony Bibbs - tony AT tonybibbs DOT com | // | Tom Willett - twillett AT users DOT sourceforge DOT net | @@ -1827,6 +1827,8 @@ function plugin_getBlocks_polls($side, $topic = '') 'content' => $display, 'allow_autotags' => false, 'help' => '', + 'css_id' => 'polls_block', // since GL 2.2.0 + 'css_classes' => '', // since GL 2.2.0 ); } }