View file signup/handlers/signup.php

File size: 397B
<?php

if (IS_LOGGED || $config['signup_system'] != 'on') {
	header("Location: $site_url");
	exit;
}


$config['header'] = false;
$config['footer'] = false;
$context['page_title'] = lang('signup');
$context['app_name'] = 'signup';
$context['page'] = 'signup';
$context['xhr_url'] = "$site_url/aj/$app";
$context['content'] = $pixelphoto->PX_LoadPage('signup/templates/signup/index');