From 3eaf470995e57824847082a0e73cf6b36f02962a Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 25 May 2016 11:48:57 -0400 Subject: [PATCH] Adding the jquery-ui style to the detail model --- models/front/events/detail.php | 1 + 1 file changed, 1 insertion(+) diff --git a/models/front/events/detail.php b/models/front/events/detail.php index 77c1ebf..04a2f26 100644 --- a/models/front/events/detail.php +++ b/models/front/events/detail.php @@ -89,6 +89,7 @@ class GlmMembersFront_events_detail extends GlmMembersFront_events_baseAction '1.0', 'print' ); + wp_enqueue_style('jquery-style', '//ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css'); switch ($action) { -- 2.17.1