diff --git a/forum/qa-plugin/user-changeable-theme/user-theme-layer.php b/forum/qa-plugin/user-changeable-theme/user-theme-layer.php index 1a5f2dfe..9a68aaf2 100644 --- a/forum/qa-plugin/user-changeable-theme/user-theme-layer.php +++ b/forum/qa-plugin/user-changeable-theme/user-theme-layer.php @@ -37,60 +37,64 @@ public function head_lines() if (isset($_POST['select_theme'])) { $this->save_theme($_POST['select_theme']); } - $this->content['head_lines'][] = ''; + $this->content['head_lines'][] = $content; } qa_html_theme_base::head_lines(); }