Index: kernel/classes/datatypes/ezxmltext/handlers/output/ezxhtmlxmloutput.php
===================================================================
--- kernel/classes/datatypes/ezxmltext/handlers/output/ezxhtmlxmloutput.php	(revision 25366)
+++ kernel/classes/datatypes/ezxmltext/handlers/output/ezxhtmlxmloutput.php	(working copy)
@@ -223,6 +223,9 @@
 
             if ( $node != null )
             {
+                $ret = array( 'tpl_vars' => array( 'link_node' => $node ),
+                              'design_keys' => array( 'class_identifier', $node->attribute( 'class_identifier' ) ) );
+
                 $view = $element->getAttribute( 'view' );
                 if ( $view )
                     $href = 'content/view/' . $view . '/' . $nodeID;
@@ -240,6 +243,9 @@
             if ( isset( $this->ObjectArray["$objectID"] ) )
             {
                 $object = $this->ObjectArray["$objectID"];
+                $ret = array( 'tpl_vars' => array( 'link_object' => $object ),
+                              'design_keys' => array( 'class_identifier', $object->attribute( 'class_identifier' ) ) );
+
                 $node = $object->attribute( 'main_node' );
                 if ( $node )
                 {
