Submit
Path:
~
/
home
/
getwphos
/
public_html
/
ccma
/
wp-content
/
plugins
/
curly-core
/
shortcodes
/
icon-with-text
/
templates
/
File Content:
iwt.php
<div <?php curly_mkdf_class_attribute($holder_classes); ?>> <div class="mkdf-iwt-icon"> <?php if (!empty($link)) : ?> <a itemprop="url" href="<?php echo esc_url($link); ?>" target="<?php echo esc_attr($target); ?>"> <?php endif; ?> <?php if (!empty($custom_icon)) : ?> <?php echo wp_get_attachment_image($custom_icon, 'full'); ?> <?php else: ?> <?php echo curly_core_get_shortcode_module_template_part('templates/icon', 'icon-with-text', '', array('icon_parameters' => $icon_parameters)); ?> <?php endif; ?> <?php if (!empty($link)) : ?> </a> <?php endif; ?> </div> <div class="mkdf-iwt-content" <?php curly_mkdf_inline_style($content_styles); ?>> <?php if (!empty($title)) { ?> <<?php echo esc_attr($title_tag); ?> class="mkdf-iwt-title" <?php curly_mkdf_inline_style($title_styles); ?>> <?php if (!empty($link)) : ?> <a itemprop="url" href="<?php echo esc_url($link); ?>" target="<?php echo esc_attr($target); ?>"> <?php endif; ?> <span class="mkdf-iwt-title-text"><?php echo esc_html($title); ?></span> <?php if (!empty($link)) : ?> </a> <?php endif; ?> </<?php echo esc_attr($title_tag); ?>> <?php } ?> <?php if (!empty($text)) { ?> <p class="mkdf-iwt-text" <?php curly_mkdf_inline_style($text_styles); ?>><?php echo esc_html($text); ?></p> <?php } ?> </div> </div>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
icon.php
74 bytes
0644
iwt-icon-left-from-title.php
1311 bytes
0644
iwt.php
1505 bytes
0644
N4ST4R_ID | Naxtarrr