Closed AndyDune closed 6 years ago
For show h1 in layout with set in view file.
<?= $this->placeholder('h1')->setPrefix('<h1>')->setPostfix('</h1>'); ?>
Thanks, @AndyDune; merged to develop for release with 2.10.0, as it is a slight change in behavior.
For show h1 in layout with set in view file.