Scorri
nofollow Tema Drupal
Forum
Ivan, ciao, ho scaricato il tema predefinito, contiene link a Twitter e Facebook. Apro page.tpl e trovo il 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>
come posso chiuderlo con nofollow
Ho provato in questo modo, ma non ha funzionato....
<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>
- Accedi o registrati per poter commentare