-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
33 lines (28 loc) · 1 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package Intergalactic
*/
?>
</div><!-- #content -->
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-logos">
</div>
<div class="site-info">
<div class="esquerda">
<a>Este projeto foi contemplado pelo Prêmio Funarte Caixa Carequinha de Estímulo ao Circo 2014 e pela 1ª Edição de Fomento ao Circo para a Cidade de São Paulo</a>
</div>
<div class="direita">
<a href="<?php echo esc_url( __( 'http://br.wordpress.org/', 'intergalactic' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'intergalactic' ), 'WordPress' ); ?></a>
<br />
<?php printf( __( 'Theme: %1$s by %2$s', 'intergalactic' ), '<a href="https://wordpress.org/themes/intergalactic/" rel="designer">Intergalactic</a>', 'Automattic' ); ?>
</div>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>