Jump to content
xt:Commerce Community Forum

Unwichtige Links wie AGB mit "nofollow"


gravurXXL.de

Recommended Posts

Hallo,

wie kann ich unwichtige Links mit "nofollow" versehen oder die ganze Informationsbox?

Gruß Grubi

in der index.html suchen und rel="nofollow" hinzufügen


{if $_content_7|count > 0}
<h2 class="boxheader">{txt key=TEXT_INFO}</h2>
<div class="infoboxbody">
<ul class="contentlist">
{foreach name=aussen item=box_data from=$_content_7}
<li class="level{$box_data.level}{if $box_data.active} active{/if}"><a rel="nofollow" href="{$box_data.link}">{$box_data.title}</a></li>
{/foreach}
</ul>
</div>
{/if}
[/php]

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...