Runic, interestingly enough, just installed this on an UNmodified 2.0.8 install. Grabbed the download today... and there's an issue.
Template Parse Error!
There was a problem loading the /Themes/Giggle/languages/ThemeStrings.english.php template or language file. Please check the syntax and try again - remember, single quotes (') often have to be escaped with a slash (\). To see more specific error information from PHP, try accessing the file directly.
1: <?php// Version: 2.0; Themesglobal $scripturl;
2: $txt['maintenance'] = '(Maintenance)';$txt['approval_member'] = 'Approval';$txt['open_reports'] = 'Reports';$txt['forum_search'] = 'Keywords';$txt['new_posts'] = 'New posts';$txt['responses_to_my_posts'] = 'Replies';
3: ?>
It's getting stuck on $txt['maintenance'] = '(Maintenance)';$txt['approval_member'] = 'Approval';$txt['open_reports'] = 'Reports';$txt['forum_search'] = 'Keywords';$txt['new_posts']
EDIT: I reformatted that file to read as follows:<?php
// Version: 2.0; Themes
global $scripturl;
$txt['maintenance'] = '(Maintenance)';
$txt['approval_member'] = 'Approval';
$txt['open_reports'] = 'Reports';
$txt['forum_search'] = 'Keywords';
$txt['new_posts'] = 'New posts';
$txt['responses_to_my_posts'] = 'Replies';
?>
and the above error goes away, HOWEVER... I now get "Unable to load the 'main_above' template."
I manually forced my account back to the original theme.