1 2 3 4 5 6 7 8 9
<?php $page_title = $thought_title; $page_content = $thought_content; $root = explode("pages", $_SERVER["DOCUMENT_ROOT"])[0] . "pages/"; include $root . "_template.php"; ?>