Project

General

Profile

« Previous | Next » 

Revision 944

Added by Matthias about 15 years ago

added skinable Admin Interface

View differences:

index.php
119 119
}
120 120
	
121 121
// Setup the template
122
$template = new Template(ADMIN_PATH.'/login/forgot');
123
$template->set_file('page', 'template.html');
122
$template = new Template(THEME_PATH.'/templates');
123
$template->set_file('page', 'login_forgot.htt');
124 124
$template->set_block('page', 'main_block', 'main');
125 125
if(defined('FRONTEND')) {
126 126
	$template->set_var('ACTION_URL', 'forgot.php');
......
139 139
								'MESSAGE' => $message,
140 140
								'WB_URL' => WB_URL,
141 141
								'ADMIN_URL' => ADMIN_URL,
142
								'THEME_URL' => THEME_URL,
142 143
								'TEXT_EMAIL' => $TEXT['EMAIL'],
143 144
								'TEXT_SEND_DETAILS' => $TEXT['SEND_DETAILS'],
144 145
								'TEXT_HOME' => $TEXT['HOME'],

Also available in: Unified diff