| Server IP : 217.160.0.15 / Your IP : 216.73.216.30 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u37981780 ( 1696858) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/43/d124547881/htdocs/app395378437/wp-content/themes/photoline-lite/ |
Upload File : |
<?php
/**
* The template for displaying the footer.
* @package Photoline Lite
*/
?>
</div><!-- #content -->
</div><!--#wrap-content-->
<div class="out-wrap site-footer clearfix">
<footer id="colophon" class="wrap site-footer" role="contentinfo">
<?php
if ( is_active_sidebar( 'footer1' ) || is_active_sidebar( 'footer2' ) || is_active_sidebar( 'footer3' ) ) { ?>
<div class="grid3 clearfix">
<div class="col">
<?php dynamic_sidebar('footer1'); ?>
</div>
<div class="col">
<?php dynamic_sidebar('footer2'); ?>
</div>
<div class="col">
<?php dynamic_sidebar('footer3'); ?>
</div>
</div><!--.grid3-->
<div class="footer-border"></div>
<?php
} ?>
<div id="search-footer-bar">
<?php get_search_form(); ?>
</div>
<div class="site-info">
<div class="grid2 clearfix">
<div class="col">
<?php echo '© '.date('Y'); ?>
<span id="footer-copyright">
<?php echo esc_html( get_theme_mod( 'copyright_txt', 'All rights reserved' ) ); ?>
</span><span class="sep"> · </span>
<?php do_action( 'photoline_credits' ); ?>
</div>
<div class="col">
<div class="search-footer">
<a href="#search-footer-bar"><i class="fa fa-search"></i></a>
</div>
<?php
if ( has_nav_menu( 'social' ) ) {
wp_nav_menu(
array(
'theme_location' => 'social',
'container_class' => 'icon-footer',
'menu_id' => 'menu-social',
'depth' => 1,
'link_before' => '<span class="screen-reader-text">',
'link_after' => '</span>',
'fallback_cb' => '',
)
);
} ?>
</div><!-- .col -->
</div><!--grid2-->
</div><!-- .site-info -->
<div id="back-to-top">
<a href="#masthead" id="scroll-up" ><i class="fa fa-chevron-up"></i></a>
</div>
</footer><!-- #colophon -->
</div><!-- .out-wrap -->
<?php wp_footer(); ?>
</body>
</html>