From aacca494c504d97be4ba0eb93289604b392d946f Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 11 Jul 2013 16:38:07 +0200 Subject: introduce shortname themable string and split from title, use for image alt text --- core/templates/layout.user.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/templates/layout.user.php') diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index dacbe79bd34..87c02a83d3b 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -7,11 +7,11 @@ - + <?php p(!empty($_['application'])?$_['application'].' | ':''); - p($defaults->getName()); + p($defaults->getTitle()); p(trim($_['user_displayname']) != '' ?' ('.$_['user_displayname'].') ':'') ?> @@ -45,7 +45,7 @@