diff --git a/home/inc/class.home_ui.inc.php b/home/inc/class.home_ui.inc.php index 7d1a89c941..cfa6f68502 100644 --- a/home/inc/class.home_ui.inc.php +++ b/home/inc/class.home_ui.inc.php @@ -230,7 +230,7 @@ class home_ui // Add in legacy HTML home bits // TODO: DOM IDs still collide - //$this->get_legacy_portlets($portlets, $attributes); + $this->get_legacy_portlets($portlets, $attributes); return $portlets; } @@ -349,7 +349,9 @@ class home_ui continue; } $context = array( - 'class' => 'home_legacy_portlet', 'app' => $appname, + 'class' => 'home_legacy_portlet', + 'app' => $appname, + 'type' => 'et2-portlet', 'width' => 8, 'height' => 3 ); $_content = ''; diff --git a/home/templates/default/index.xet b/home/templates/default/index.xet index b2fed3843c..a5af36cfd5 100644 --- a/home/templates/default/index.xet +++ b/home/templates/default/index.xet @@ -8,7 +8,7 @@