From 6237193d019808f2bab7801bb6fd3757bdb388e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Sun, 28 May 2023 03:46:41 +0200 Subject: [PATCH] RVRNEXT-11 add custom title for main layout --- views/templates/rvr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/templates/rvr.php b/views/templates/rvr.php index 5488461..817773d 100644 --- a/views/templates/rvr.php +++ b/views/templates/rvr.php @@ -5,7 +5,7 @@ - <?= $_ENV['APP_NAME'] ?> + <?= isset($title) ? $title . ' – ' : '' ?><?= $_ENV['APP_NAME'] ?>