Index: settings/content.ini.append.php
===================================================================
--- settings/content.ini.append.php	(revisión: 262)
+++ settings/content.ini.append.php	(copia de trabajo)
@@ -28,6 +28,7 @@
 [link]
 AvailableViewModes[]=full
 AvailableViewModes[]=line
+CustomAttributes[]=rel
 
 [table]
 Defaults[rows]=2
@@ -69,4 +70,4 @@
 #
 # *content type as defined by content.ini [RelationGroupSettings]
 
-*/ ?>
\ No newline at end of file
+*/ ?>
Index: settings/ezoe_attributes.ini
===================================================================
--- settings/ezoe_attributes.ini	(revisión: 262)
+++ settings/ezoe_attributes.ini	(copia de trabajo)
@@ -17,6 +17,11 @@
 #CustomAttributesDefaults[align]=right
 #CustomAttributesDefaults[myattr]=default
 
+[CustomAttribute_link_rel]
+Name=Rel
+Default=
+Type=text
+
 ## CustomAttribute settings block for align attribute on factbox tag!
 ## You can also define global align custom attribute setting with
 ## this pattern [CustomAttribute_align], but this is only used if
Index: design/standard/templates/content/datatype/view/ezxmltags/link.tpl
===================================================================
--- design/standard/templates/content/datatype/view/ezxmltags/link.tpl	(revisión: 0)
+++ design/standard/templates/content/datatype/view/ezxmltags/link.tpl	(revisión: 0)
@@ -0,0 +1 @@
+<a href={$href|ezurl}{if $id} id="{$id}"{/if}{if $title} title="{$title}"{/if}{if $target} target="{$target}"{/if}{if $classification} class="{$classification|wash}"{/if}{if and(is_set( $hreflang ), $hreflang)} hreflang="{$hreflang|wash}"{/if}{if $rel} rel="{$rel}"{/if}>{$content}</a>
