Flush the Buffer Early - right after head

remotes/origin/ldap_group_count
Thomas Müller 11 years ago
parent 2eeab60378
commit 30168169b9
  1. 2
      core/templates/layout.base.php
  2. 2
      core/templates/layout.guest.php
  3. 2
      core/templates/layout.user.php

@ -30,7 +30,7 @@
?> ?>
<?php endforeach; ?> <?php endforeach; ?>
</head> </head>
<?php flush(); ?>
<body id="body-public"> <body id="body-public">
<?php print_unescaped($_['content']); ?> <?php print_unescaped($_['content']); ?>
</body> </body>

@ -32,7 +32,7 @@
?> ?>
<?php endforeach; ?> <?php endforeach; ?>
</head> </head>
<?php flush(); ?>
<body id="body-login"> <body id="body-login">
<div class="wrapper"><!-- for sticky footer --> <div class="wrapper"><!-- for sticky footer -->
<header><div id="header"> <header><div id="header">

@ -35,7 +35,7 @@
?> ?>
<?php endforeach; ?> <?php endforeach; ?>
</head> </head>
<?php flush(); ?>
<body id="<?php p($_['bodyid']);?>"> <body id="<?php p($_['bodyid']);?>">
<noscript><div id="nojavascript"><div><?php print_unescaped($l->t('This application requires JavaScript to be enabled for correct operation. Please <a href="http://enable-javascript.com/" target="_blank">enable JavaScript</a> and re-load this interface.')); ?></div></div></noscript> <noscript><div id="nojavascript"><div><?php print_unescaped($l->t('This application requires JavaScript to be enabled for correct operation. Please <a href="http://enable-javascript.com/" target="_blank">enable JavaScript</a> and re-load this interface.')); ?></div></div></noscript>
<div id="notification-container"> <div id="notification-container">

Loading…
Cancel
Save