Skip to content
Snippets Groups Projects
Commit da77f98f authored by Dominique CLAUSE's avatar Dominique CLAUSE
Browse files

Issue #2866769 by Dom., HansKuiters: Hide Printer, Email, and PDF Versions

parent 9fb8bca2
No related branches found
No related tags found
1 merge request!5Issue #3321998 by NWOM: SimplifyAdminForm::construct() must be an instance of...
......@@ -424,6 +424,9 @@ function simplify_get_fields($type) {
if (\Drupal::moduleHandler()->moduleExists('xmlsitemap')) {
$fields['xmlsitemap'] = t('XML sitemap');
}
if (\Drupal::moduleHandler()->moduleExists('print')) {
$fields['print'] = t('Printer-friendly pages');
}
break;
// Users.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment