diff --git a/mod.php b/mod.php index e3f7cc9b..b0b4ac40 100644 --- a/mod.php +++ b/mod.php @@ -422,6 +422,8 @@ if(!isset($theme['config']) || empty($theme['config'])) { $body .= '

(No configuration required.)

'; } else { + $settings = themeSettings($_theme); + $body .= ''; foreach($theme['config'] as &$c) { $body .= '
' . $c['title'] . ''; @@ -429,7 +431,13 @@ case 'text': default: $body .= ''; }