<!DOCTYPE html> <title>Default Theme Configuration File is Missing</title> <h1>NoNonsense Forum</h2> <h2>Error: Default Theme Configuration File is Missing</h2> <p> The file "theme.config.default.php" cannot be found at the expected location "/themes/<?php echo FORUM_THEME; ?>/theme.config.deafult.php". </p> <dl> <dt><strong>Is your `FORUM_THEME` option correct?</strong></dt> <dd><p> The `FORUM_THEME` option, within "config.php" (if it exists), specifies the name of the theme to use. That theme should exist as a folder in the "themes" folder (e.g. "greyscale"). If you are using another theme, ensure that it exists in the "themes" folder, and that `FORUM_THEME` is correctly set. </p></dd> <dt><strong>Do not modify or rename the "greyscale" theme:</strong></dt> <dd><p> You should not modify the default theme beyond creating a "theme.config.php" or "custom.css" file. If you wish to modify any of the HTML of the theme, you should duplicate the "greyscale" theme, rename that, and set the `FORUM_THEME` option accordingly. </p></dd> <dt><strong>Download and install a fresh copy of NoNonsense Forum:</strong></dt> <dd><p> The "theme.config.default.php" file is included with NoNonsense Forum. It sets configuration defaults for the chosen theme, which you can customise by making a copy of "theme.config.default.php" and renaming to "theme.config.php". Remember to never modify or delete "theme.config.default.php"! </p></dd> </dl> <?php exit (1); ?>