From af97ed952d663d149341ffcf33e63c4ad7b5c202 Mon Sep 17 00:00:00 2001 From: "Buster \"Silver Eagle\" Neece" Date: Sat, 4 Jun 2022 18:32:30 -0500 Subject: [PATCH] Fixes #5420 -- Fix link on disabled station profile page. --- templates/stations/profile/disabled.phtml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/templates/stations/profile/disabled.phtml b/templates/stations/profile/disabled.phtml index 39f50d059..f417fd785 100644 --- a/templates/stations/profile/disabled.phtml +++ b/templates/stations/profile/disabled.phtml @@ -1,8 +1,16 @@ layout('main', ['title' => - __('Station Broadcasting Disabled') +$this->layout('main', [ + 'title' => + __('Station Broadcasting Disabled'), ]); ?> -

edit your station profile.', $router->fromHere('stations:profile:edit')) ?>

+

+ edit your station profile.' + ), + $router->fromHere('stations:profile:edit') + ) ?>