Project

General

Profile

« Previous | Next » 

Revision 333

Added by stefan over 18 years ago

Fixed ticket #143. Charset setting is now used in admin login and forgot pages.

View differences:

class.login.php
357 357
											'SECTION_LOGIN' => $MENU['LOGIN']
358 358
											)
359 359
									);
360
			if(defined('DEFAULT_CHARSET')) {
361
				$charset=DEFAULT_CHARSET;
362
			} else {
363
				$charset='utf-8';
364
			}
365
			
366
			$template->set_var('CHARSET', $charset);	
367
									
368
									
360 369
			$template->parse('main', 'mainBlock', false);
361 370
			$template->pparse('output', 'page');
362 371
		}

Also available in: Unified diff