diff --git a/includes/SkinLakeus.php b/includes/SkinLakeus.php index 680d046..b5225a4 100644 --- a/includes/SkinLakeus.php +++ b/includes/SkinLakeus.php @@ -31,6 +31,7 @@ public function getTemplateData() { $data["is-repository-link-shown"] = true; } $data["is-notice-with-border"] = $config->get( 'LakeusSiteNoticeHasBorder' ); + $data["is-portlet-animated"] = $config->get( 'LakeusShouldAnimatePortlets' ); $pageToolsKey = array_search('p-tb' , array_column( $data["data-portlets-sidebar"]["array-portlets-rest"], 'id' ) ); $data["data-portlets"]["data-page-tools"] = $data["data-portlets-sidebar"]["array-portlets-rest"][$pageToolsKey]; diff --git a/includes/templates/Portlet.mustache b/includes/templates/Portlet.mustache index 89fdd27..a3a4a49 100644 --- a/includes/templates/Portlet.mustache +++ b/includes/templates/Portlet.mustache @@ -2,7 +2,7 @@ aria-labelledby="{{id}}-label">