From cf8c4e0456cd974cef471f23dca0c28d387b2504 Mon Sep 17 00:00:00 2001 From: Darksider <> Date: Wed, 27 Mar 2024 22:50:33 +0330 Subject: [PATCH] Patch/fix views/breadcrumb.tpl where it was causing the `angle-right` icon appear after last item --- application/views/breadcrumb.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/breadcrumb.tpl b/application/views/breadcrumb.tpl index 42fde9639..c2beac87d 100644 --- a/application/views/breadcrumb.tpl +++ b/application/views/breadcrumb.tpl @@ -5,7 +5,7 @@ {$item} - {if $item != $links@last}{/if} + {if !$item@last}{/if} {/foreach} \ No newline at end of file