diff --git a/core/templates/kimera/index.php b/core/templates/kimera/index.php index 8bbaf88b031..a6c3da2296a 100644 --- a/core/templates/kimera/index.php +++ b/core/templates/kimera/index.php @@ -20,6 +20,9 @@ $opacity2 = $this->params->get('colorSecondaryOpacity', ''); $bground = $this->params->get('backgroundImage', $this->params->get('background', 'delauney')); +// Current page (used by the login link) +$url = Request::getString('REQUEST_URI', '', 'server'); + $styles = include_once __DIR__ . '/css/theme.php'; if ($styles) { @@ -111,7 +114,7 @@