<div class="bottom-footer">
<div class="mid-content clearfix">
- <div class="copy-right">
- © <?php echo date('Y')." "; bloginfo('name'); ?>
+ <div style="text-align: center; float: none;" class="copy-right">
+ © <?php echo date('Y')." "; bloginfo('name'); ?>
+ <span> Produced by <a target="_blank" href="http://www.gaslightmedia.com">Gaslight Media</a></span>
+ <span class="bullet"> • </span>
+ <span> All Rights Reserved</span>
</div><!-- .copy-right -->
<div class="site-info">
wp_enqueue_script( 'accesspress-parallax-custom', get_template_directory_uri() . '/js/custom.js', array('jquery'), '1.0', true );
wp_localize_script( 'accesspress-parallax-custom', 'ap_params', $slider_parameters );
- wp_enqueue_script( 'glm-dev', get_template_directory_uri() . '/assets/js/glm-dev.js', array(), '1.0.0', true );
- wp_enqueue_style( 'glm-style', get_template_directory_uri() . '/assets/css/glm-dev.css', false, "1.0.0" );
+ wp_enqueue_script( 'glm-dev', get_template_directory_uri() . '/assets/js/glm-dev.js', array(), '1.0.1', true );
+ wp_enqueue_style( 'glm-style', get_template_directory_uri() . '/assets/css/glm-dev.css', false, "1.0.1" );
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
wp_enqueue_script( 'comment-reply' );