4 lines
103 B
Plaintext
4 lines
103 B
Plaintext
|
<?php $this->extend('parent_view'); ?>
|
||
|
View content.
|
||
|
<?php echo $this->element('extended_element'); ?>
|