root/templates/{dein_template}/source/boxes/information.php
ca. Zeile 58
Code:
$content_string .= '<img src="templates/'.CURRENT_TEMPLATE.'/img/icon_arrow.jpg" alt="" /> <a href="'.xtc_href_link(FILENAME_CONTENT, 'coID='.$content_data['content_group'].$SEF_parameter).'" >'.$content_data['content_title'].'</a><br />';
ändern in :
Code:
$content_string .= '<img src="templates/'.CURRENT_TEMPLATE.'/img/icon_arrow.jpg" alt="" /> <a href="'.xtc_href_link(FILENAME_CONTENT, 'coID='.$content_data['content_group'].$SEF_parameter).'" rel="nofollow" >'.$content_data['content_title'].'</a><br />';
Bei mir gehts