Skip to content

Instantly share code, notes, and snippets.

@igorbarato
igorbarato / page.tpl.php
Created March 30, 2017 06:10
Arquivo onde é renderizados as regiões do tema (templates/page.tpl.php)
<!-- 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>