From 23e4e1badb854c39f072635f7db046ea0d861c87 Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Thu, 31 Oct 2013 17:10:15 +0100 Subject: [PATCH] // I forgot the link --- themes/default-bootstrap/breadcrumb.tpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/default-bootstrap/breadcrumb.tpl b/themes/default-bootstrap/breadcrumb.tpl index eb1e4b4de..944ea43c5 100644 --- a/themes/default-bootstrap/breadcrumb.tpl +++ b/themes/default-bootstrap/breadcrumb.tpl @@ -38,7 +38,11 @@ {if isset($smarty.get.search_query) && isset($smarty.get.results) && $smarty.get.results > 1}
- {l s='Back to Search results for "%s" (%d other results)' sprintf=[$smarty.get.search_query,$smarty.get.results]} + + + {l s='Back to Search results for "%s" (%d other results)' sprintf=[$smarty.get.search_query,$smarty.get.results]} + +
{/if} \ No newline at end of file