From 74d40233f5d20429483de113dbf1242ca6669c0a Mon Sep 17 00:00:00 2001 From: Gary Kim Date: Sat, 2 May 2020 14:13:12 +0800 Subject: [PATCH] Comply with php-cs Signed-off-by: Gary Kim --- core/templates/layout.public.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/templates/layout.public.php b/core/templates/layout.public.php index e0445f419c4..fb90de5c8ba 100644 --- a/core/templates/layout.public.php +++ b/core/templates/layout.public.php @@ -39,11 +39,11 @@

- getHeaderTitle() !== '') { - p($template->getHeaderTitle()); - } else { - p($theme->getName()); - } ?> + getHeaderTitle() !== '') { ?> + getHeaderTitle()); ?> + + getName()); ?> +

getHeaderDetails() !== '') { ?>
-- 2.39.5