Don't echo the unset layout variables moduleStart and moduleEnd
This commit is contained in:
parent
637f09aa5a
commit
a5812c6b8a
|
@ -1,4 +1,2 @@
|
||||||
<?= $this->layout()->moduleStart ?>
|
|
||||||
<?= $this->layout()->content ?>
|
<?= $this->layout()->content ?>
|
||||||
<?= $this->layout()->benchmark ?>
|
<?= $this->layout()->benchmark ?>
|
||||||
<?= $this->layout()->moduleEnd ?>
|
|
||||||
|
|
Loading…
Reference in New Issue