summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.user.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-08-08 22:37:27 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-08-08 22:38:42 +0200
commitd1d47eb5eb28d9a62f3a16cc3b1be4e0136bed8b (patch)
tree62ccf4976d114c4ce997018c199493243d28b2db /core/templates/layout.user.php
parent6aaa49d38620d2092f546cbb27f23da6f5e5e138 (diff)
downloadnextcloud-server-d1d47eb5eb28d9a62f3a16cc3b1be4e0136bed8b.tar.gz
nextcloud-server-d1d47eb5eb28d9a62f3a16cc3b1be4e0136bed8b.zip
do proper styling for settings pages
Diffstat (limited to 'core/templates/layout.user.php')
-rw-r--r--core/templates/layout.user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index db142241d64..4cbf6261cbe 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -27,7 +27,7 @@
<?php endforeach; ?>
</head>
- <body id="body-user">
+ <body id="<?php echo $_['bodyid'];?>">
<div id="header">
<a href="<?php echo link_to('', 'index.php'); ?>" title="" id="owncloud"><img src="<?php echo image_path('', 'owncloud-logo-small-white.png'); ?>" alt="ownCloud" /></a>
<?php echo $_['searchbox']?>