Closed adetwiler closed 11 years ago
You're getting this error either because your theme doesn't have a theme.php file, or because it does not contain something like $type = 'php';
. I should do some better error checking, but this is another thing that will change with the overhaul to themes.
I just got a chance to check and it does have theme.php with $type = 'php';
I will try some other things and report back with what I find.
helper.output.php line 100 function displayTheme()
The line below, "$type" is never set.