This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Começa na linha 89 --> | |
<div class="top_right"> | |
<?php if (theme_get_setting('social_links', 'execute_responsive_theme')): ?> | |
<div class="social-icons"> | |
<ul> | |
<li><a class="rss" href="<?php print $front_page; ?>rss.xml">RSS</a></li> | |
<li><a class="fb" href="<?php echo theme_get_setting('facebook_profile_url', 'execute_responsive_theme'); ?>" target="_blank" rel="me">Facebook</a></li> | |
<li><a class="twitter" href="<?php echo theme_get_setting('twitter_profile_url', 'execute_responsive_theme'); ?>" target="_blank" rel="me">Twitter</a></li> |