|
8
|
1 |
<?php |
|
|
2 |
/** |
|
|
3 |
* The template for displaying the footer |
|
|
4 |
* |
|
|
5 |
* Contains the closing of the #content div and all content after. |
|
|
6 |
* |
|
|
7 |
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials |
|
|
8 |
* |
|
|
9 |
* @package WordPress |
|
|
10 |
* @subpackage Twenty_Nineteen |
|
|
11 |
* @since 1.0.0 |
|
|
12 |
*/ |
|
|
13 |
|
|
|
14 |
?> |
|
|
15 |
|
|
|
16 |
</div><!-- #content --> |
|
|
17 |
|
|
|
18 |
<footer id="colophon" class="site-footer"> |
|
|
19 |
<?php get_template_part( 'template-parts/footer/footer', 'widgets' ); ?> |
|
|
20 |
<div class="site-info"> |
|
|
21 |
<?php if ( ! empty( $blog_info ) ) : ?> |
|
|
22 |
<a class="site-name" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a> |
|
|
23 |
<?php endif; ?> |
|
|
24 |
<?php |
|
|
25 |
if ( function_exists( 'the_privacy_policy_link' ) ) { |
|
|
26 |
the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); |
|
|
27 |
} |
|
|
28 |
?> |
|
|
29 |
<?php if ( has_nav_menu( 'footer' ) ) : ?> |
|
|
30 |
|
|
|
31 |
<?php endif; ?> |
|
|
32 |
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_ars.jpg" class="logo-footer" alt="logo ars industrialis"/> |
|
|
33 |
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_iri.jpg" class="logo-footer" alt="logo iri"/> |
|
|
34 |
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_plaineco.jpg" class="logo-footer" alt="logo paline commune"/> |
|
|
35 |
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_msh.jpg" class="logo-footer" alt="logo msh"/> |
|
|
36 |
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_dassault.jpg" class="logo-footer" alt="logo dassault"/> |
|
|
37 |
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_orange.jpg" class="logo-footer" alt="logo orange"/> |
|
|
38 |
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_socgen.jpg" class="logo-footer" alt="logo société générale"/> |
|
|
39 |
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_caisse.jpg" class="logo-footer" alt="logo caisse des dépôts"/> |
|
|
40 |
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/logo_afnic.jpg" class="logo-footer" alt="logo fondation afnic"/> |
|
|
41 |
</div><!-- .site-info --> |
|
|
42 |
</footer><!-- #colophon --> |
|
|
43 |
|
|
|
44 |
</div><!-- #page --> |
|
|
45 |
|
|
|
46 |
<?php wp_footer(); ?> |
|
|
47 |
|
|
|
48 |
</body> |
|
|
49 |
</html> |