diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-06-12 15:15:08 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-06-12 15:15:08 +0200 |
commit | b29e01d5cf4b1d149373e4b70e83510d7e7cd50f (patch) | |
tree | b1041186b97b317f7ab9c03e4f7b0c236aca3de6 /core/templates/layout.base.php | |
parent | 918906f04287f12e10c812f719d205a0f2cd6a7b (diff) | |
download | nextcloud-server-b29e01d5cf4b1d149373e4b70e83510d7e7cd50f.tar.gz nextcloud-server-b29e01d5cf4b1d149373e4b70e83510d7e7cd50f.zip |
keep all strings in one place to make it easier to change them
Diffstat (limited to 'core/templates/layout.base.php')
-rw-r--r-- | core/templates/layout.base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.base.php b/core/templates/layout.base.php index cebb9e561f1..163e8e3ae7e 100644 --- a/core/templates/layout.base.php +++ b/core/templates/layout.base.php @@ -7,7 +7,7 @@ <!--[if !IE]><!--><html class="ng-csp"><!--<![endif]--> <head> <title> - <?php OC_Util::getEditionString() === '' ? p("ownCloud") : p("ownCloud Enterprise Edition") ?> + <?php p(OC_Defaults::getName()); ?> </title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="shortcut icon" href="<?php print_unescaped(image_path('', 'favicon.png')); ?>" /> |