diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-07-03 12:38:20 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-07-04 10:09:28 +0200 |
commit | d46e62886a2b22a4c80df8cca09fb6f354d48614 (patch) | |
tree | 92324f0798a786259e4c31af3a8553a63e57e626 /core/templates/layout.base.php | |
parent | 51cfacd78903e9b24df3cb6de178ec19805fd444 (diff) | |
download | nextcloud-server-d46e62886a2b22a4c80df8cca09fb6f354d48614.tar.gz nextcloud-server-d46e62886a2b22a4c80df8cca09fb6f354d48614.zip |
Add init funtion to OC_Defaults to be able to wrap translatable strings
Diffstat (limited to 'core/templates/layout.base.php')
-rw-r--r-- | core/templates/layout.base.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/templates/layout.base.php b/core/templates/layout.base.php index 163e8e3ae7e..51bac790741 100644 --- a/core/templates/layout.base.php +++ b/core/templates/layout.base.php @@ -5,6 +5,9 @@ <!--[if IE 9]><html class="ng-csp ie ie9 lte9"><![endif]--> <!--[if gt IE 9]><html class="ng-csp ie"><![endif]--> <!--[if !IE]><!--><html class="ng-csp"><!--<![endif]--> + + <?php OC_Defaults::init(); // initialize themable default strings and urls ?> + <head> <title> <?php p(OC_Defaults::getName()); ?> |