[support] Trying to change theme, based on language

Fred Jones fredthejonester at gmail.com
Tue Feb 5 11:59:45 UTC 2008


> global $custom_theme, $locale, $theme;
> 
>                         $theme = null;
> 
>                         $name = "garland";
> 
>                         $cusotm_theme = $name;

Perhaps that last line should be:

$custom_theme = $name;

?


More information about the support mailing list