Merge branch 'develop' into feature/calendarNavigation
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 12 May 2017 17:08:14 +0000 (13:08 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 12 May 2017 17:08:14 +0000 (13:08 -0400)
1  2 
models/front/events/list.php
views/front/events/agenda.html

@@@ -808,9 -785,9 +815,11 @@@ class GlmMembersFront_events_list exten
              'mainImgUrl'   => GLM_MEMBERS_PLUGIN_MEDIA_URL . '/images/large/',
              'imgUrl'       => GLM_MEMBERS_PLUGIN_MEDIA_URL . '/images/small/',
              'calDates'     => $calDates,
 +            'months'       => $months,
 +            'json_months'  => $json_months,
              'cal_view'     => $calendar_view,
+             'pageSlug'     => $pageSlug,
+             'customPage'   => $customPage,
  //            'override'     => $override_default_view
          );
          error_reporting(E_ALL ^ E_NOTICE);
Simple merge