mirror of
https://github.com/brmlab/brmsklad.git
synced 2025-08-03 22:53:58 +02:00
5 lines
101 B
PHP
5 lines
101 B
PHP
<?php
|
|
$this->extend('parent_2');
|
|
?>
|
|
This is the first parent.
|
|
<?php echo $this->fetch('content'); ?>
|