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.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules_v3/theme_select/module.php b/modules_v3/theme_select/module.php
index fde8dcf791..a2591fcbb0 100644
--- a/modules_v3/theme_select/module.php
+++ b/modules_v3/theme_select/module.php
@@ -42,6 +42,7 @@ class theme_select_WT_Module extends WT_Module implements WT_Module_Block {
// Implement class WT_Module_Block
public function getBlock($block_id, $template=true, $cfg=null) {
$id=$this->getName().$block_id;
+ $class=$this->getName().'_block';
$title=$this->getTitle();
$menu=WT_MenuBar::getThemeMenu();
if ($menu) {