summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.base.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-07-11 16:38:07 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-07-11 16:38:07 +0200
commitaacca494c504d97be4ba0eb93289604b392d946f (patch)
treeee06a764dcfaaf057087654fa39e77d5e547995f /core/templates/layout.base.php
parentc5f2ea9a9511e78d724bb1c90748f894bb8b57af (diff)
downloadnextcloud-server-aacca494c504d97be4ba0eb93289604b392d946f.tar.gz
nextcloud-server-aacca494c504d97be4ba0eb93289604b392d946f.zip
introduce shortname themable string and split from title, use for image alt text
Diffstat (limited to 'core/templates/layout.base.php')
-rw-r--r--core/templates/layout.base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.base.php b/core/templates/layout.base.php
index 09e1006d507..2399512eacd 100644
--- a/core/templates/layout.base.php
+++ b/core/templates/layout.base.php
@@ -10,7 +10,7 @@
<head>
<title>
- <?php p($defaults->getName()); ?>
+ <?php p($defaults->getTitle()); ?>
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="<?php print_unescaped(image_path('', 'favicon.png')); ?>" />