I’m having trouble getting the K2 tools module to display breadcrumbs in the ‘breadcrumbs’ position. The breadcrumbs work fine in any other position, but not “breadcrumbs”. All i get there is “You Are Here”. I went into topsl.php and notice that the line
<strong><?php echo JText::_('YOU ARE HERE')?></strong> <jdoc:include type="module" name="breadcrumbs" />
looks like it has an error, “module” should be “modules”. But if I change this, then in the breadcrumbs position I now get 2 lines: the top line just says “You are here” and right below it I get fully funcional breadcrumbs.
Any help?