projects
/
WP-Themes
/
harborcountry.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6122703
)
Setup the styles for event registration
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 10 Nov 2016 17:29:37 +0000
(12:29 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 10 Nov 2016 17:29:37 +0000
(12:29 -0500)
Pull in reg style.css
lib/EventRegistration.php
patch
|
blob
|
history
diff --git
a/lib/EventRegistration.php
b/lib/EventRegistration.php
index
e2e68d5
..
716cf0e
100644
(file)
--- a/
lib/EventRegistration.php
+++ b/
lib/EventRegistration.php
@@
-17,3
+17,9
@@
add_action( 'init', function(){
session_start();
}
});
+add_action( 'wp_enqueue_scripts', function(){
+ wp_enqueue_style(
+ 'glm-event-reg',
+ 'http://app.gaslightmedia.com/Common/Registrations_V3/front-end/Views/style.css'
+ );
+} );