From ba1c9730e78649bb50bc4538b6ec79b0022f5d08 Mon Sep 17 00:00:00 2001 From: n1rwana Date: Fri, 11 Aug 2023 17:09:47 +0300 Subject: [PATCH] Update @layout.xml --- Web/Presenters/templates/@layout.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Web/Presenters/templates/@layout.xml b/Web/Presenters/templates/@layout.xml index c79a8e89..bb189230 100644 --- a/Web/Presenters/templates/@layout.xml +++ b/Web/Presenters/templates/@layout.xml @@ -218,10 +218,13 @@ noSpam {$menuItem["name"]} + class="link"> + {strpos($menuItem["name"], "@") === 0 ? tr(substr($menuItem["name"], 1)) : $menuItem["name"]} +
{$club->getName()} - {strpos($menuItem["name"], "@") === 0 ? tr(substr($menuItem["name"], 1)) : $menuItem["name"]} -