Submit
Path:
~
/
home
/
getwphos
/
public_html
/
milceticarch
/
wp-content
/
plugins
/
edge-core
/
shortcodes
/
banner
/
templates
/
File Content:
banner.php
<div class="edgtf-banner-holder <?php echo esc_attr($holder_classes); ?>"> <div class="edgtf-banner-image"> <?php echo wp_get_attachment_image($image, 'full'); ?> </div> <div class="edgtf-banner-text-holder" <?php echo aalto_edge_get_inline_style($overlay_styles); ?>> <div class="edgtf-banner-text-outer"> <div class="edgtf-banner-text-inner"> <?php if(!empty($subtitle)) { ?> <<?php echo esc_attr($subtitle_tag); ?> class="edgtf-banner-subtitle" <?php echo aalto_edge_get_inline_style($subtitle_styles); ?>> <?php echo esc_html($subtitle); ?> </<?php echo esc_attr($subtitle_tag); ?>> <?php } ?> <?php if(!empty($title)) { ?> <<?php echo esc_attr($title_tag); ?> class="edgtf-banner-title" <?php echo aalto_edge_get_inline_style($title_styles); ?>> <?php echo wp_kses($title, array('span' => array('class' => true))); ?> </<?php echo esc_attr($title_tag); ?>> <?php } ?> <?php if(!empty($link) && !empty($link_text)) { ?> <a itemprop="url" href="<?php echo esc_url($link); ?>" target="<?php echo esc_attr($target); ?>" class="edgtf-banner-link-text" <?php echo aalto_edge_get_inline_style($link_styles); ?>> <span class="edgtf-banner-link-original"> <span class="edgtf-banner-link-icon ion-arrow-right-c"></span> <span class="edgtf-banner-link-label"><?php echo esc_html($link_text); ?></span> </span> <span class="edgtf-banner-link-hover"> <span class="edgtf-banner-link-icon ion-arrow-right-c"></span> <span class="edgtf-banner-link-label"><?php echo esc_html($link_text); ?></span> </span> </a> <?php } ?> </div> </div> </div> <?php if (!empty($link)) { ?> <a itemprop="url" class="edgtf-banner-link" href="<?php echo esc_url($link); ?>" target="<?php echo esc_attr($target); ?>"></a> <?php } ?> </div>
Submit
FILE
FOLDER
Name
Size
Permission
Action
banner.php
2061 bytes
0644
N4ST4R_ID | Naxtarrr