@@ -, +, @@ correct - If you are logged in, the page breadcrumbs will be: Home -> [Your name] -> Purchase suggestions. - If you are not logged in it should be: Home -> Purchase suggestions --- .../opac-tmpl/bootstrap/en/modules/opac-suggestions.tt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt @@ -24,11 +24,13 @@ - + [% IF ( logged_in_user ) %] + + [% END %] --