forked from PHPSP/phpsp-blog-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwidget-topo.php
32 lines (32 loc) · 1.44 KB
/
widget-topo.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
<div class="event">
<?php echo $widget_content;?>
</div>
<div class="shared">
<div id="slack-invite">
<script async defer src="https://phpsp-slackin.jelasticlw.com.br/slackin.js"></script>
</div>
<a href="http://www.meetup.com/php-sp/" target="_blank">
<img alt="Meetup"
src="<?php bloginfo('template_url'); ?>/img/icons/meetup.png">
</a>
<a href="http://facebook.com/sao.paulo.elephants" target="_blank">
<img alt="Facebook"
src="<?php bloginfo('template_url'); ?>/img/icons/facebook.png">
</a>
<a href="http://twitter.com/phpsp" target="_blank">
<img alt="Twitter"
src="<?php bloginfo('template_url'); ?>/img/icons/twitter.png">
</a>
<a href="https://plus.google.com/communities/108495352672468069896" target="_blank">
<img alt="Google plus"
src="<?php bloginfo('template_url'); ?>/img/icons/google-plus.png">
</a>
<a href="http://www.linkedin.com/groups/PHPSP-Grupo-Desenvolvedores-PHP-S%C3%A3o-1808119" target="_blank">
<img alt="Linkedin"
src="<?php bloginfo('template_url'); ?>/img/icons/linkedin.png">
</a>
<a href="http://github.com/phpsp" target="_blank">
<img alt="Github"
src="<?php bloginfo('template_url'); ?>/img/icons/github.png">
</a>
</div>