diff --git a/sidebar-right.php b/sidebar-right.php index 2dd1256..f23a571 100644 --- a/sidebar-right.php +++ b/sidebar-right.php @@ -7,7 +7,7 @@ if (!$comicpress_options['disable_lrsidebars_frontpage']) { ?> if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Right Sidebar') ) : // the_widget('ComicpressBookmarkWidget','mode=three-button'); if (is_cp_theme_layout('standard,v')) { - the_widget('ComicpressCalendarWidget'); + the_widget('ComicPressCalendarWidget'); the_widget('ComicpressArchiveDropdownWidget','mode=monthly_archive'); } the_widget('WP_Widget_Pages');