Commit 54a91305 by Manzar Hussain

product details

parent e4c318b8
......@@ -20,3 +20,8 @@ function envigo_preprocess_html(&$variables) {
}
}
function mytheme_theme_suggestions_page_alter(array &$suggestions, array $variables) {
$node = \Drupal::request()->attributes->get('node');
$suggestions[] = 'page--product_details';
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment