Merge pull request #12651 from owncloud/add-requesttoken-to-base-template
Add requesttoken to base template
This commit is contained in:
commit
e61f24f2aa
|
@ -6,7 +6,7 @@
|
||||||
<!--[if gt IE 9]><html class="ng-csp ie" data-placeholder-focus="false" lang="<?php p($_['language']); ?>" ><![endif]-->
|
<!--[if gt IE 9]><html class="ng-csp ie" data-placeholder-focus="false" lang="<?php p($_['language']); ?>" ><![endif]-->
|
||||||
<!--[if !IE]><!--><html class="ng-csp" data-placeholder-focus="false" lang="<?php p($_['language']); ?>" ><!--<![endif]-->
|
<!--[if !IE]><!--><html class="ng-csp" data-placeholder-focus="false" lang="<?php p($_['language']); ?>" ><!--<![endif]-->
|
||||||
|
|
||||||
<head>
|
<head data-requesttoken="<?php p($_['requesttoken']); ?>">
|
||||||
<title>
|
<title>
|
||||||
<?php p($theme->getTitle()); ?>
|
<?php p($theme->getTitle()); ?>
|
||||||
</title>
|
</title>
|
||||||
|
|
Loading…
Reference in New Issue