File: /home/salamatk/takarzan.ir/wp-content/themes/xts-luman/framework/configs/framework-js-libraries.php
<?php
/**
* JS libraries.
*
* @version 1.0
* @package xts
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Direct access not allowed.
}
return array(
'device' => array(
array(
'name' => 'device',
'title' => 'Device',
'file' => '/js/device',
'in_footer' => false,
),
),
'threesixty' => array(
array(
'name' => 'threesixty',
'title' => 'Threesixty',
'file' => '/js/threesixty',
'in_footer' => true,
),
),
'magnific' => array(
array(
'name' => 'magnific',
'title' => 'Magnific',
'file' => '/js/magnific-popup',
'in_footer' => true,
),
),
'countdown-bundle' => array(
array(
'name' => 'countdown-bundle',
'title' => 'Countdown',
'file' => '/js/countdown-bundle',
'in_footer' => true,
),
),
'vimeo-player' => array(
array(
'name' => 'vimeo-player',
'title' => 'Vimeo player',
'file' => '/js/vimeo-player',
'in_footer' => true,
),
),
'flickity' => array(
array(
'name' => 'flickity',
'title' => 'Flickity',
'file' => '/js/flickity',
'in_footer' => true,
),
),
'flickity-fade' => array(
array(
'name' => 'flickity-fade',
'title' => 'Flickity fade',
'file' => '/js/flickity-fade',
'in_footer' => true,
),
),
'photoswipe-bundle' => array(
array(
'name' => 'photoswipe-bundle',
'title' => 'Photoswipe bundle',
'file' => '/js/photoswipe-bundle',
'in_footer' => true,
),
),
'isotope-bundle' => array(
array(
'name' => 'isotope-bundle',
'title' => 'Isotope bundle',
'file' => '/js/isotope-bundle',
'in_footer' => true,
),
),
'autocomplete' => array(
array(
'name' => 'autocomplete',
'title' => 'Autocomplete',
'file' => '/js/autocomplete',
'in_footer' => true,
),
),
'sticky-kit' => array(
array(
'name' => 'sticky-kit',
'title' => 'Sticky kit',
'file' => '/js/sticky-kit',
'in_footer' => true,
),
),
'tooltip' => array(
array(
'name' => 'tooltip',
'title' => 'Tooltip',
'file' => '/js/tooltip',
'in_footer' => true,
),
),
'pjax' => array(
array(
'name' => 'pjax',
'title' => 'Pjax',
'file' => '/js/jquery.pjax',
'in_footer' => true,
),
),
'parallax-scroll' => array(
array(
'name' => 'parallax-scroll',
'title' => 'Parallax scroll',
'file' => '/js/parallax-scroll',
'in_footer' => true,
),
),
'cookie' => array(
array(
'name' => 'cookie',
'title' => 'Cookie',
'file' => '/js/js.cookie',
'in_footer' => true,
),
),
'xts-swiper' => array(
array(
'name' => 'xts-swiper',
'title' => 'Swiper',
'file' => '/js/swiper',
'in_footer' => true,
),
),
'waypoints' => array(
array(
'name' => 'waypoints',
'title' => 'Waypoints',
'file' => '/js/waypoints',
'in_footer' => true,
),
),
);