From c30ed4d31556ca88b9de1a41c5edb0dc88c28522 Mon Sep 17 00:00:00 2001 From: Ted Strauss Date: Wed, 23 Mar 2016 13:02:40 -0400 Subject: [PATCH] display breadcrumb in the html --- smarty/templates/main.tpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/smarty/templates/main.tpl b/smarty/templates/main.tpl index 620acb62485..44e33dae4fa 100644 --- a/smarty/templates/main.tpl +++ b/smarty/templates/main.tpl @@ -35,6 +35,11 @@ <title> {$study_title} + {if $crumbs != ""} + {section name=crumb loop=$crumbs} + - {$crumbs[crumb].text} + {/section} + {/if}