-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
executable file
·34 lines (31 loc) · 1.61 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
<?php global $general_options; ?>
</div>
</div><!--Closes Global -->
<div class="footer-wrapper">
<div class="footer">
<a href="http://www.pwr.edu.pl/index.dhtml" target="_blank">
<?php get_template_part('parts/pwr'); ?>
</a>
<span class="footer__social">
<a class="link link--glowing" href="<?php echo $general_options['fb_link'] ?>" title="Polub"><i class="icon-facebook-squared"></i></a>
<a class="link link--glowing" href="<?php echo $general_options['instagram_link'] ?>" title="Zobacz"><i class="icon-instagram"></i></a>
<a class="link link--glowing" href="<?php echo $general_options['twitter_link'] ?>" title="Śledź"><i class="icon-twitter"></i></a>
<a class="link link--glowing" href="<?php echo $general_options['github_link'] ?>" title="Koduj"><i class="icon-github"></i></a>
</span>
<span class="footer__others">
<a class="link link--footer" href="http://wmech.pwr.wroc.pl/">Wydział Mechaniczny</a> ·
<a class="link link--footer" href="http://tmm.pwr.wroc.pl">Zakład Teorii Maszyn i Układów Mechatronicznych</a> ·
<a class="link link--footer" href="http://weka.pwr.wroc.pl/">Wydział Elektroniki</a>
</span>
<span class="footer__mknm">
<a class="link link--footer" href="<?php echo esc_url(home_url('/')); ?>">Międzywydziałowe Koło Naukowe Mechatroniki "Synergia"</a> <?php echo comicpress_copyright(); ?>
</span>
</div>
</div>
</div>
</div>
<!-- end main container -->
<?php echo $general_options['g_anal']; ?>
<?php wp_footer(); ?>
</body>
</html>