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'] ?>