1 2 3 4 5 6 7 8 9
<?php $title = 'Added user'; include '../meta.php'; runController('test'); ?> <p>Something</p> <?php end_page(); ?>