<em>@gsol 324932 wrote:</em><blockquote>Hi there
Is there a way to make the breadcrumb links inactive, i don’t mean disabling them, just make them not link to articles, the only way i’ve found to do it is by making the menu item a text seperator and i need the menus to link to articles, for when my breadcrumbs link to articles the articles do not appear correctly.
Thanks</blockquote>
Hello,
You can duplicate “/modules/mod_breadcrumbs/tmpl/default.php”
to
“/templates/your-template/html/mod_breadcrumbs/default.php”.
Then modify duplicated “default.php” file, and change “<a>” tag to “<span>” tag.