-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
67 lines (49 loc) · 2.14 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
</div> <!-- #container -->
<div id="push"></div>
</div><!-- #wrapper -->
<?php do_action( 'bp_after_container' ) ?>
<?php do_action( 'bp_before_footer' ) ?>
<div id="footer">
<div id="colophon">
<div id="footer-links">
<ul class="footer-menu">
<?php if ( has_nav_menu( 'secondary-menu' ) ) { ?>
<?php wp_nav_menu( array( 'container' => false, 'menu_id' => 'nav', 'theme_location' => 'secondary-menu', 'items_wrap' => '%3$s' ) ); ?>
<?php } else { ?>
<?php wp_list_pages( 'title_li=&depth=3' . bp_dtheme_page_on_front() ); ?>
<?php } ?>
</ul>
<div id="credits">
<p> <?php echo date('Y'); ?> <?php bloginfo('name'); ?> - alguns direitos reservados · <?php wp_loginout( $redirect ); ?></p>
</div>
</div>
<div id="icones">
<a class="fiocruz" href="http://portal.fiocruz.br/">Portal Fiocruz</a>
<a class="governo" href="http://www.brasil.gov.br/">Brasil</a>
<a class="mcultura" href="http://www.cultura.gov.br/">Ministério da Cultura</a>
</div>
<div class="clr"></div>
<?php do_action( 'bp_footer' ) ?>
</div>
</div><!-- #footer -->
<?php do_action( 'bp_after_footer' ) ?>
<!-- required to load the BuddyBar -->
<?php wp_footer(); ?>
<!-- append buddyboss_wall log if needed -->
<?php if (BUDDY_BOSS_WALL_DEBUG):?>
<div class="buddyboss_log">
<?php buddy_boss_dump_log();?>
</div>
<?php endif;?>
<a href="<?php print get_bloginfo('url'); ?>/wp-content/plugins/bp-next-simple-user-report/submitnewissue.php" id="bug" class="duvidas-ou-sugestoes">
Duvidas ou Sugestões
</a>
<a href="<?php print get_bloginfo('url'); ?>/ajuda/helpdesk/" id="suporte" class="suporte-helpdesk">
Suporte Helpdesk
</a>
<script language="JavaScript">
jQuery(document).ready(function() {
jQuery('.duvidas-ou-sugestoes').colorbox({href:'<?php print get_bloginfo('url'); ?>/wp-content/plugins/bp-next-simple-user-report/submitnewissue.php', opacity: 0.3, iframe:true, width:'570px', height:'660px'});});
</script>
</body>
</html>