diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-05-11 21:07:05 +0200 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-05-12 10:51:21 +0200 |
commit | 63d51980e17b34c16fdff2cb5bc6f9924a8f1d61 (patch) | |
tree | fdc67699293abbf7e72b4dae3c9dba9dbc95be06 /core/templates/layout.user.php | |
parent | 74f92d0c7fa1afa181837a9e827933769816ecbb (diff) | |
download | nextcloud-server-63d51980e17b34c16fdff2cb5bc6f9924a8f1d61.tar.gz nextcloud-server-63d51980e17b34c16fdff2cb5bc6f9924a8f1d61.zip |
Get config from template
Diffstat (limited to 'core/templates/layout.user.php')
-rw-r--r-- | core/templates/layout.user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 4dc4a2c7593..6e49149b0ae 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -5,7 +5,7 @@ <!--[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]--> - <head> + <head data-user="<?php p($_['user_uid']); ?>" data-requesttoken="<?php p($_['requesttoken']); ?>"> <title><?php p(!empty($_['application'])?$_['application'].' | ':'') ?>ownCloud <?php p(trim($_['user_displayname']) != '' ?' ('.$_['user_displayname'].') ':'') ?></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |