6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
|
<?php
|
||
|
$this->extend('parent_1');
|
||
|
$this->assign('sidebar', 'Sidebar Content.');
|
||
|
?>
|
||
|
This is the first template.
|