RM 1.1 nofollow link

You have to edit the template.

The template is: resource_view_header.

Find:
Code:
<a href="{$resource.external_purchase_url}"

Change to:
Code:
<a href="{$resource.external_purchase_url}" rel="nofollow"

Also find:
Code:
<a href="{xen:link resources/download, $resource, 'version={$resource.current_version_id}'}"

Change to:
Code:
<a href="{xen:link resources/download, $resource, 'version={$resource.current_version_id}'}" rel="nofollow"
 
Top Bottom