summaryrefslogtreecommitdiffstats
path: root/lib/private/templatelayout.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/templatelayout.php')
-rw-r--r--lib/private/templatelayout.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/templatelayout.php b/lib/private/templatelayout.php
index b9a97186945..1de47ded3b3 100644
--- a/lib/private/templatelayout.php
+++ b/lib/private/templatelayout.php
@@ -63,6 +63,7 @@ class OC_TemplateLayout extends OC_Template {
parent::__construct('core', 'layout.guest', '', false);
} else if ($renderas == 'guest') {
parent::__construct('core', 'layout.guest');
+ $this->assign('bodyid', 'body-login');
} else {
parent::__construct('core', 'layout.base');
}