Layout: Move benchmark to inline.phtml

This commit is contained in:
Eric Lippmann 2014-01-28 15:31:13 +01:00
parent 3ee56d38fb
commit 30d2743c54
2 changed files with 1 additions and 1 deletions

View File

@ -1 +1,2 @@
<?= $this->layout()->content ?>
<?= $this->layout()->benchmark ?>

View File

@ -41,6 +41,5 @@
<?= $this->render('body.phtml') ?>
<script data-main="<?php echo $this->baseUrl('js/main.js')?>"
src="<?php echo $this->baseUrl('js/vendor/require.js') ?>"></script>
<?= $this->layout()->benchmark ?>
</body>
</html>