11 lines
125 B
PHTML
11 lines
125 B
PHTML
<?php
|
|
|
|
// I'm the child template
|
|
|
|
// I can be loaded up with markup
|
|
|
|
// I can be loaded up with PHP
|
|
|
|
// Your call really
|
|
|
|
?>
|