Server : LiteSpeed
System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User : nandedex ( 1060)
PHP Version : 8.1.33
Disable Function : NONE
Directory :  /home/nandedex/www/wp-content/plugins/ml-slider/themes/nivo-dark/v1.0.0/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]


Current File : /home/nandedex/www/wp-content/plugins/ml-slider/themes/nivo-dark/v1.0.0/theme.php
<?php

if (!defined('ABSPATH')) {
die('No direct access.');
}

/*
    Replace 'nivo-dark' by the theme's id
    Replace 

*/
if (!isset(MetaSlider_Theme_Base::$themes['nivo-dark'])) {
    // instanciate the theme
    new MetaSlider_Theme_Base(
        'nivo-dark',        // ID
        '1.0.0',        // version
        array(          // assets
            array(
                'type' => 'css',
                'file' => '/v1.0.0/style.min.css',
                'dependencies' => array('metaslider-public')
            ),
            array(
                'type' => 'js',
                'file' => '/v1.0.0/script.js',
                'dependencies' => array('jquery')
            )
        )
    );

    // Sets the slideshow arrows
    // Can use text, svg icons, Font Awesome or any icon fonts (Loading a whole icon set for 2 icons isn't recommended, so svg is a better option.)
    MetaSlider_Theme_Base::$themes['nivo-dark']->slider_parameters = array();
}

F1le Man4ger