• File: DiviModuleSmartSliderFullwidth.php
  • Full Path: /home/atelipy/www/wpmain/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Platform/WordPress/Integration/Divi/V31lt/DiviModuleSmartSliderFullwidth.php
  • File size: 309 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php


namespace Nextend\SmartSlider3\Platform\WordPress\Integration\Divi\V31lt;


class DiviModuleSmartSliderFullwidth extends DiviModuleSmartSlider {

    function init() {
        parent::init();
        $this->fullwidth = true;
        $this->slug      = 'et_pb_nextend_smart_slider_3_fullwidth';
    }
}