mirror of
https://github.com/brmlab/brmsklad.git
synced 2025-08-03 22:53:58 +02:00
5 lines
110 B
PHP
5 lines
110 B
PHP
<?php
|
|
$this->extend('parent_1');
|
|
$this->assign('sidebar', 'Sidebar Content.');
|
|
?>
|
|
This is the first template.
|