Scroll
Tema Drupal nofollow
Fóruns
Olá, Ivan, baixei um tema pronto, nele há links para o Twitter e Facebook, abro o page.tpl e lá está o link:
<li><a href="http://www.twitter.com/<?php echo theme_get_setting('twitter_username'); ?>" target="_blank" rel="me"><img src="<?php global $base_url; echo $base_url.'/'.$directory; ?>/images/twitter.png" alt="twitter"/></a></li>
como posso fechá-lo com nofollow
Tentei assim, não deu certo....
<li><a href="http://www.twitter.com" rel="nofollow"><?php echo theme_get_setting('twitter_username'); ?>" target="_blank" rel="me"><img src="<?php global $base_url; echo $base_url.'/'.$directory; ?>/images/twitter.png" alt="twitter"/></a></li>
- Efetue login para postar comentários