From 86ab8c4cd4ef98f1a796dcda7087676e80c09e76 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 16 Jul 2015 23:32:44 +0200 Subject: Hide "is over" if Event-Title is Equal to Next-Event-Title --- template/closed.phtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/template/closed.phtml b/template/closed.phtml index 66d458d..577016e 100644 --- a/template/closed.phtml +++ b/template/closed.phtml @@ -1,5 +1,7 @@
-

getTitle())?> is over!

+ getTitle() != $next['name']): ?> +

getTitle())?> is over!

+

See you soon at

-- cgit v1.2.3