Spamworldpro Mini Shell
Spamworldpro


Server : Apache/2.4.52 (Ubuntu)
System : Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
User : www-data ( 33)
PHP Version : 8.1.2-1ubuntu2.21
Disable Function : NONE
Directory :  /var/www/theprintave/wp-content/plugins/haru-pricom/templates/decor/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/theprintave/wp-content/plugins/haru-pricom/templates/decor/decor.php
<?php
/** 
 * @package    HaruTheme/Haru Pricom
 * @version    1.0.0
 * @author     Administrator <admin@harutheme.com>
 * @copyright  Copyright 2022, HaruTheme
 * @license    http://opensource.org/licenses/gpl-2.0.php GPL v2 or later
 * @link       http://harutheme.com
*/

$cl_primary = haru_get_option( 'haru_primary_color', '#dd1d26' );
?>

<div class="haru-decor__content">
	<?php if ( in_array( $settings['pre_style'], array( 'style-1' ) ) ) : ?>
	<div class="haru-decor__circle haru-decor__circle--gradient" style="background: linear-gradient(203.02deg, <?php echo ( ! empty( $settings['bg_color_1'] ) ) ? $settings['bg_color_1'] : esc_attr( $cl_primary ); ?> 18.73%, <?php echo ( ! empty( $settings['bg_color_2'] ) ) ? $settings['bg_color_2'] : haru_hex2rgba( $cl_primary,  0 ); ?> 98.41% );">
	</div>
	<?php endif; ?>

    <?php if ( in_array( $settings['pre_style'], array( 'style-2' ) ) ) : ?>
    <div class="haru-decor__circle haru-decor__circle--gradient-2" style="background: linear-gradient(216.35deg, <?php echo ( ! empty( $settings['bg_color_1'] ) ) ? $settings['bg_color_1'] : 'rgba(255, 255, 255, 0.56)'; ?> 14.79%, <?php echo ( ! empty( $settings['bg_color_2'] ) ) ? $settings['bg_color_2'] : 'rgba(255, 255, 255, 0)'; ?> 93.62% );">
    </div>
    <?php endif; ?>

    <?php if ( in_array( $settings['pre_style'], array( 'style-3' ) ) ) : ?>
    <div class="haru-decor__ellipse haru-decor__ellipse--blur" style="background: <?php echo ( ! empty( $settings['bg_color_3'] ) ) ? $settings['bg_color_1'] : $cl_primary; ?>">
    </div>
    <?php endif; ?>

    <?php if ( in_array( $settings['pre_style'], array( 'style-4' ) ) ) : ?>
    <div class="haru-decor__ellipse haru-decor__dotted" style="background-image: radial-gradient(circle, <?php echo ( ! empty( $settings['bg_color_1'] ) ) ? $settings['bg_color_1'] : $cl_primary; ?> <?php echo ( ! empty( $settings['dot_size']['size'] ) ) ? $settings['dot_size']['size'] . $settings['dot_size']['unit'] : '2px'; ?>, transparent 0)">
    </div>
    <?php endif; ?>

    <?php if ( in_array( $settings['pre_style'], array( 'style-5' ) ) ) : ?>
    <div class="haru-decor__circle haru-decor__circle--layered" style="">
    </div>
    <?php endif; ?>

    <?php if ( in_array( $settings['pre_style'], array( 'style-6' ) ) ) : ?>
    <div class="haru-decor__blink haru-decor__blink--four" style="">
        <svg width="68" height="68" viewBox="0 0 68 68" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M34.3088 0.55798L36.1455 23.5444C36.4756 27.6642 39.7445 30.933 43.8642 31.2632L66.8507 33.0999C67.5947 33.1603 67.5947 34.2507 66.8507 34.3088L43.8642 36.1455C39.7445 36.4756 36.4756 39.7445 36.1455 43.8642L34.3088 66.8507C34.2484 67.5947 33.158 67.5947 33.0999 66.8507L31.2632 43.8642C30.933 39.7445 27.6642 36.4756 23.5444 36.1455L0.55798 34.3088C-0.185993 34.2484 -0.185993 33.158 0.55798 33.0999L23.5444 31.2632C27.6642 30.933 30.933 27.6642 31.2632 23.5444L33.0999 0.55798C33.158 -0.185993 34.2484 -0.185993 34.3088 0.55798Z" fill="<?php echo ( ! empty( $settings['bg_color_1'] ) ) ? $settings['bg_color_1'] : $cl_primary; ?>"/>
        </svg>
    </div>
    <?php endif; ?>

    <?php if ( in_array( $settings['pre_style'], array( 'style-7' ) ) ) : ?>
    <div class="haru-decor__circle haru-decor__circle--background" style="background: <?php echo ( ! empty( $settings['bg_color_1'] ) ) ? $settings['bg_color_1'] : $cl_primary; ?>;">
    </div>
    <?php endif; ?>

    <?php if ( in_array( $settings['pre_style'], array( 'style-8' ) ) ) : ?>
    <div class="haru-decor__circle haru-decor__circle--gradient" style="background: linear-gradient(101.31deg, <?php echo ( ! empty( $settings['bg_color_1'] ) ) ? $settings['bg_color_1'] : esc_attr( $cl_primary ); ?> 2.11%, <?php echo ( ! empty( $settings['bg_color_2'] ) ) ? $settings['bg_color_2'] : esc_attr( $cl_primary ); ?> 50.57%, <?php echo ( ! empty( $settings['bg_color_3'] ) ) ? $settings['bg_color_3'] : esc_attr( $cl_primary ); ?> 85.38%, <?php echo ( ! empty( $settings['bg_color_4'] ) ) ? $settings['bg_color_4'] : esc_attr( $cl_primary ); ?> 105.05%);">
    </div>

    <?php endif; ?>
</div>


Spamworldpro Mini