From c49e9411dcf2e21ec8f5192b3d528f8f08c1c7ee Mon Sep 17 00:00:00 2001 From: Romain 'Maz' BILLOIR Date: Fri, 4 Sep 2020 18:41:12 +0200 Subject: [PATCH] Create a link to the backend in the demo theme (#5100) --- themes/demo/partials/site/header.htm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/demo/partials/site/header.htm b/themes/demo/partials/site/header.htm index 4ed70aad2..cc2d62e95 100644 --- a/themes/demo/partials/site/header.htm +++ b/themes/demo/partials/site/header.htm @@ -1,3 +1,9 @@ +== +function onStart() +{ + $this['backendUrl'] = Backend::url('/'); +} +==