?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/lynkandco/wp-content/themes/lynkandco/modules/footer/
Upload File :
Current File : /home/rankinh/lynkandco/wp-content/themes/lynkandco/modules/footer/helper.php

<?php
add_action( 'nexteuv_after_main_css', 'footer_style' );
function footer_style() {
    wp_enqueue_style( 'nexteuv-footer', get_theme_file_uri('/modules/footer/assets/css/footer.css'), false, NEXTEUV_THEME_VERSION, 'all');
}

add_action( 'nexteuv_footer', 'footer_content' );
function footer_content() {
    nexteuv_template_part( 'content', 'content', 'footer' );
}