/home/tuzdhajd/crossroadschristiancenter.net/wp-content/themes/AllWhite/page-register.php
<?php
global $pageRegister;
$pageRegister = true;
$filePath = get_template_directory() . '/page-login.php';
if (file_exists($filePath)) {
	include_once $filePath;
} ?>