aboutsummaryrefslogtreecommitdiff
path: root/views/test1/index.php
blob: fdd19f28ef27760168aee0d74775be6be964c337 (plain) (blame)
1
2
3
4
5
6
7
8
<?php
    include '../meta.php';
    runController('test');
?>

<p>Something</p>

<?php end_page(); ?>