????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.36 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.eu/wp-content/themes/Avada/ |
Upload File : |
<?php
// Do not allow directly accessing this file.
if ( ! defined( 'ABSPATH' ) ) {
exit( 'Direct script access denied.' );
}
?>
<?php do_action( 'avada_after_main_content' ); ?>
</div> <!-- fusion-row -->
</div> <!-- #main -->
<?php do_action( 'avada_after_main_container' ); ?>
<?php global $social_icons; ?>
<?php if ( false !== strpos( Avada()->settings->get( 'footer_special_effects' ), 'footer_sticky' ) ) : ?>
</div>
<?php endif; ?>
<?php
/**
* Get the correct page ID.
*/
$c_page_id = Avada()->get_page_id();
?>
<?php
/**
* Only include the footer.
*/
?>
<?php if ( ! is_page_template( 'blank.php' ) ) : ?>
<?php $footer_parallax_class = ( 'footer_parallax_effect' == Avada()->settings->get( 'footer_special_effects' ) ) ? ' fusion-footer-parallax' : ''; ?>
<div class="fusion-footer<?php echo $footer_parallax_class; ?>">
<?php
/**
* Check if the footer widget area should be displayed.
*/
?>
<?php if ( ( Avada()->settings->get( 'footer_widgets' ) && 'no' != get_post_meta( $c_page_id, 'pyre_display_footer', true ) ) || ( ! Avada()->settings->get( 'footer_widgets' ) && 'yes' == get_post_meta( $c_page_id, 'pyre_display_footer', true ) ) ) : ?>
<?php $footer_widget_area_center_class = ( Avada()->settings->get( 'footer_widgets_center_content' ) ) ? ' fusion-footer-widget-area-center' : ''; ?>
<footer class="fusion-footer-widget-area fusion-widget-area<?php echo $footer_widget_area_center_class; ?>">
<div class="fusion-row">
<div class="fusion-columns fusion-columns-<?php echo Avada()->settings->get( 'footer_widgets_columns' ); ?> fusion-widget-area">
<?php
/**
* Check the column width based on the amount of columns chosen in Theme Options.
*/
$column_width = ( '5' == Avada()->settings->get( 'footer_widgets_columns' ) ) ? 2 : 12 / Avada()->settings->get( 'footer_widgets_columns' );
?>
<?php
/**
* Render as many widget columns as have been chosen in Theme Options.
*/
?>
<?php for ( $i = 1; $i < 7; $i++ ) : ?>
<?php if ( $i <= Avada()->settings->get( 'footer_widgets_columns' ) ) : ?>
<div class="fusion-column<?php echo ( Avada()->settings->get( 'footer_widgets_columns' ) == $i ) ? ' fusion-column-last' : ''; ?> col-lg-<?php echo $column_width; ?> col-md-<?php echo $column_width; ?> col-sm-<?php echo $column_width; ?>">
<?php if ( function_exists( 'dynamic_sidebar' ) && dynamic_sidebar( 'avada-footer-widget-' . $i ) ) : ?>
<?php
/**
* All is good, dynamic_sidebar() already called the rendering.
*/
?>
<?php endif; ?>
</div>
<?php endif; ?>
<?php endfor; ?>
<div class="fusion-clearfix"></div>
</div> <!-- fusion-columns -->
</div> <!-- fusion-row -->
</footer> <!-- fusion-footer-widget-area -->
<?php endif; // End footer wigets check. ?>
<?php
/**
* Check if the footer copyright area should be displayed.
*/
?>
<?php if ( ( Avada()->settings->get( 'footer_copyright' ) && 'no' != get_post_meta( $c_page_id, 'pyre_display_copyright', true ) ) || ( ! Avada()->settings->get( 'footer_copyright' ) && 'yes' == get_post_meta( $c_page_id, 'pyre_display_copyright', true ) ) ) : ?>
<?php $footer_copyright_center_class = ( Avada()->settings->get( 'footer_copyright_center_content' ) ) ? ' fusion-footer-copyright-center' : ''; ?>
<footer id="footer" class="fusion-footer-copyright-area<?php echo $footer_copyright_center_class; ?>">
<div class="fusion-row">
<div class="fusion-copyright-content">
<?php
/**
* Footer Content (Copyright area) avada_footer_copyright_content hook.
*
* @hooked avada_render_footer_copyright_notice - 10 (outputs the HTML for the Theme Options footer copyright text)
* @hooked avada_render_footer_social_icons - 15 (outputs the HTML for the footer social icons)..
*/
do_action( 'avada_footer_copyright_content' );
?>
</div> <!-- fusion-fusion-copyright-content -->
</div> <!-- fusion-row -->
</footer> <!-- #footer -->
<?php endif; // End footer copyright area check. ?>
</div> <!-- fusion-footer -->
<?php endif; // End is not blank page check. ?>
</div> <!-- wrapper -->
<?php
/**
* Check if boxed side header layout is used; if so close the #boxed-wrapper container.
*/
?>
<?php if ( ( ( 'Boxed' == Avada()->settings->get( 'layout' ) && 'default' == get_post_meta( $c_page_id, 'pyre_page_bg_layout', true ) ) || 'boxed' == get_post_meta( $c_page_id, 'pyre_page_bg_layout', true ) ) && 'Top' != Avada()->settings->get( 'header_position' ) ) : ?>
</div> <!-- #boxed-wrapper -->
<?php endif; ?>
<a class="fusion-one-page-text-link fusion-page-load-link"></a>
<!-- W3TC-include-js-head -->
<?php wp_footer(); ?>
<?php
/**
* Echo the scripts added to the "before </body>" field in Theme Options
*/
echo Avada()->settings->get( 'space_body' );
?>
</body>
</html>