summaryrefslogtreecommitdiff
path: root/modules_v3/theme_select
diff options
context:
space:
mode:
Diffstat (limited to 'modules_v3/theme_select')
-rw-r--r--modules_v3/theme_select/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/theme_select/module.php b/modules_v3/theme_select/module.php
index a8939b8562..592ff50312 100644
--- a/modules_v3/theme_select/module.php
+++ b/modules_v3/theme_select/module.php
@@ -46,7 +46,7 @@ class theme_select_WT_Module extends WT_Module implements WT_Module_Block {
$title=$this->getTitle();
$menu=WT_MenuBar::getThemeMenu();
if ($menu) {
- $content='<br><div class="center theme_form">'.WT_MenuBar::getThemeMenu()->getMenuAsDropdown().'</div><br>';
+ $content='<div class="center theme_form">'.WT_MenuBar::getThemeMenu().'</div><br>';
if ($template) {
require WT_THEME_DIR.'templates/block_main_temp.php';