mirror of
https://github.com/php/web-pecl.git
synced 2026-03-23 23:02:08 +01:00
6 lines
139 B
PHP
6 lines
139 B
PHP
<?php $this->extend('layout.php', ['title' => $title]) ?>
|
|
|
|
<?php $this->start('content') ?>
|
|
<?= $content ?>
|
|
<?php $this->end('content') ?>
|