Plugin Directory

Changeset 3140228


Ignore:
Timestamp:
08/23/2024 08:48:20 AM (20 months ago)
Author:
themesflat
Message:

add css tf-header-footer

Location:
themesflat-addons-for-elementor
Files:
201 added
1 edited

Legend:

Unmodified
Added
Removed
  • themesflat-addons-for-elementor/trunk/themesflat-addons-for-elementor.php

    r3130794 r3140228  
    55Author: Themesflat
    66Author URI: http://themesflat-addons.com/
    7 Version: 2.1.8
     7Version: 2.1.9
    88Text Domain: themesflat-addons-for-elementor
    99Domain Path: /languages
     
    507507            wp_enqueue_style( 'tf-font-awesome' );
    508508            wp_enqueue_style( 'tf-regular' );
    509         }       
     509        }   
     510       
     511        // Header footer
     512        wp_register_style( 'tf-header-footer', plugins_url( '/assets/css/tf-header-footer.css', __FILE__ ) );
     513        wp_enqueue_style( 'tf-header-footer' );
     514
    510515        //
    511516        wp_register_style( 'slide-vegas', plugins_url( '/assets/css/vegas.css', __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.