-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer-home.php
42 lines (27 loc) · 988 Bytes
/
footer-home.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
34
35
36
37
38
39
40
41
42
</div><!-- #main -->
<div id="footer-home" role="contentinfo">
<div id="esquerda-footer">
<!-- <embed wmode="transparent"
src="http://circovox.com.br/wp-content/uploads/234x60_banner_petro.swf"
quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"
width="234" height="60"></embed>-->
</div><!-- #esquerda-footer -->
<!-- <div id="direita-footer">
</div> #direita-footer -->
<div id="tel-email">
<div id="tel">
<p><?php echo stripslashes (get_option('mo_footer_end')); ?>
</div>
<div id="centro-footer">
</div>
<div id="email-home">
<a href="http://circovox.com.br/contatos/"><?php echo stripslashes (get_option('mo_footer_mail')); ?></a>
</div>
</div><!-- #tel-email -->
</div><!-- #footer-home -->
</div><!-- #wrapper -->
</div><!-- #segura -->
<?php wp_footer(); ?>
</div> <!-- #main-home -->
</body><!-- #body -->
</html>