Project

General

Profile

« Previous | Next » 

Revision 2063

Added by Dietmar over 10 years ago

  1. problems with confirmation mail solved

View differences:

confirm_form_mask.php
16 16
 */
17 17
/* -------------------------------------------------------- */
18 18
// Must include code to stop this file being accessed directly
19
if(defined('WB_PATH') == false)
20
{
21
	die('<h2 style="color:red;margin:3em auto;text-align:center;">Cannot access this file directly</h2>');
19
if(!defined('WB_PATH')) {
20
	require_once(dirname(dirname(__FILE__)).'/framework/globalExceptionHandler.php');
21
	throw new IllegalFileException();
22 22
}
23 23
/* -------------------------------------------------------- */
24
$sIncludeHeadLinkCss = '';
25
if( is_readable(WB_PATH .'/account/frontend.css')) {
26
	$sIncludeHeadLinkCss .= '<link href="'.WB_URL.'/account/frontend.css"';
27
	$sIncludeHeadLinkCss .= ' rel="stylesheet" type="text/css" media="screen" />'."\n";
28
}
24 29

  
25

  
26 30
// set template file and assign module and template block
27 31
	$oTpl = new Template(dirname(__FILE__).'/htt','keep');
28 32
	$oTpl->set_file('page', 'confirm.htt');

Also available in: Unified diff