<?php $contentOutput .= getCustomPage(); function getCustomPage(){ $output = 'Hello, this is a custom page.'; return $output; } ?>