hey richard
tried a few different downloads, but none of them will install … just timing out
found this solution:
Since no help is forthcoming I will post this here. If you want to continue to use Mystique 2.3.1 under GPL and reach the Settings page, comment out from line 840 as shown below in file admin/theme-settings.php
<?php /**
// Edited to show Theme Settings page
include(ABSPATH . ‘wp-admin/includes/theme-install.php’);
global $theme_field_defaults;
$args = array(‘author’ => ‘digitalnature’, ‘page’ => 1, ‘fields’ => $theme_field_defaults);
$api = themes_api(‘query_themes’, $args);
if (!is_wp_error($api)) display_themes($api->themes, $api->info[‘page’], $api->info[‘pages’]);
*/ ?>
which i’m trying now