hmm..
| blazing | 
					 | 
			
|---|---|
| 
					 hey, i downloaded a theme today and uploaded it, and in my config.php i use: $cfg['defaultskin'] = 'glow';// Default skin code. Be SURE it's pointing to a valid folder in /skins/... !! $cfg['defaulttheme'] = 'glow'; // or 'red'// Default theme, only name, not like skinname.css. Be SURE it's pointing to a valid folder in /skins/defaultskin/... !! $cfg['defaultlang'] = 'en';// Default language code $cfg['enablecustomhf'] = FALSE;// To enable header.$location.tpl and footer.$location.tpl 
 
 but it still shows as the same language, i am trying to use English, and in the theme file, there are the following files: 
 glow.en.lang.php glow.es.lang.php glow.ru.lang.php 
	the url is  http://www.customgaming.site50.net/forum 
 |