Layout: Move benchmark to inline.phtml
This commit is contained in:
parent
3ee56d38fb
commit
30d2743c54
|
@ -1 +1,2 @@
|
|||
<?= $this->layout()->content ?>
|
||||
<?= $this->layout()->benchmark ?>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue