diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-10-02 00:34:13 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-10-02 00:34:13 +0200 |
commit | 493e948146e3ab0b58f15adb533854d7edef1212 (patch) | |
tree | b47c4fd79de55a1d0285ccde8a06f31b6785eeae /core/templates | |
parent | 173f32e6ef9e6b78a7fb90654ba7069643119ccc (diff) | |
download | nextcloud-server-493e948146e3ab0b58f15adb533854d7edef1212.tar.gz nextcloud-server-493e948146e3ab0b58f15adb533854d7edef1212.zip |
$defaults is not necessary here - merge artifact
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/layout.user.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 98e54a222a3..2fccfd1f719 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -6,8 +6,6 @@ <!--[if gt IE 9]><html class="ng-csp ie"><![endif]--> <!--[if !IE]><!--><html class="ng-csp"><!--<![endif]--> - <?php $defaults = new OC_Defaults(); // initialize themable default strings and urls ?> - <head data-user="<?php p($_['user_uid']); ?>" data-requesttoken="<?php p($_['requesttoken']); ?>"> <title> <?php p(!empty($_['application'])?$_['application'].' | ':''); |