From d5038e93dba633cce36538905b7e5365ba1b3b63 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20M=C3=BCller?= Date: Tue, 1 Oct 2013 14:33:56 +0200 Subject: [PATCH] use $defaults instead of $theme --- core/templates/layout.user.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 98e54a222a3..c00cf550405 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -11,7 +11,7 @@ <?php p(!empty($_['application'])?$_['application'].' | ':''); - p($theme->getTitle()); + p($defaults->getTitle()); p(trim($_['user_displayname']) != '' ?' ('.$_['user_displayname'].') ':'') ?> @@ -45,8 +45,8 @@