diff options
| author | Łukasz Wilenski <wooc@gazeta.pl> | 2011-10-24 15:19:35 +0000 |
|---|---|---|
| committer | Łukasz Wilenski <wooc@gazeta.pl> | 2011-10-24 15:19:35 +0000 |
| commit | 59eeedf19fd6cbb29cae44084315071eb2610748 (patch) | |
| tree | 7e40baca023ffc5da56d0253d3f2ae9de61be520 /modules_v3/theme_select | |
| parent | e9d4c8923edae825db191f081d2f7be3d2021745 (diff) | |
| download | webtrees-59eeedf19fd6cbb29cae44084315071eb2610748.tar.gz webtrees-59eeedf19fd6cbb29cae44084315071eb2610748.tar.bz2 webtrees-59eeedf19fd6cbb29cae44084315071eb2610748.zip | |
#604136 - Nav Options box location display bug-SVN906651
Diffstat (limited to 'modules_v3/theme_select')
| -rw-r--r-- | modules_v3/theme_select/module.php | 1 |
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) { |
