diff --git a/interface/web/sites/web_vhost_domain_edit.php b/interface/web/sites/web_vhost_domain_edit.php index e9e1ef602e0d69dc1574064df5e1efc07e1a7a1f..be9f0911c73ab6228f0f94c069d3b2a5a7068826 100644 --- a/interface/web/sites/web_vhost_domain_edit.php +++ b/interface/web/sites/web_vhost_domain_edit.php @@ -843,6 +843,8 @@ class page_action extends tform_actions { $app->tpl->setVar('is_pagespeed_enabled', ($web_config['nginx_enable_pagespeed'])); } + $app->tpl->setVar('app_module', 'sites'); + parent::onShowEnd(); }