diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index 8875d5a8fbd..746a715f3cc 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -2,16 +2,14 @@
- ->
-
t('Not recommended, use for testing only.'));?>
t('Not recommended, use for testing only.'));?>
t('Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have a internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage.'));?>
t('Help'));?>
+
t('Help'));?>
diff --git a/core/templates/altmail.php b/core/templates/altmail.php
index a7df29a2446..2551473c6f0 100644
--- a/core/templates/altmail.php
+++ b/core/templates/altmail.php
@@ -1,9 +1,7 @@
t("Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!", array($_['user_displayname'], $_['filename'], $_['link'])));
?>
--
-getName() . ' - ' . $defaults->getSlogan()); ?>
-getBaseUrl());
+getName() . ' - ' . $theme->getSlogan()); ?>
+getBaseUrl());
diff --git a/core/templates/installation.php b/core/templates/installation.php
index a87853cbef3..6de67a83d42 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -23,7 +23,7 @@
@@ -39,7 +39,7 @@
t('Your data directory and files are probably accessible from the internet because the .htaccess file does not work.'));?>
t(
'For information how to properly configure your server, please see the documentation.',
- $defaults->getDocBaseUrl().'/server/5.0/admin_manual/installation.html'
+ $theme->getDocBaseUrl().'/server/5.0/admin_manual/installation.html'
)); ?>
| ||||||||