Merge pull request #12651 from owncloud/add-requesttoken-to-base-template

Add requesttoken to base template
This commit is contained in:
Thomas Müller 2014-12-09 11:03:46 +01:00
commit e61f24f2aa
1 changed files with 1 additions and 1 deletions

View File

@ -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>