Commit 8b9f0d88 by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

product details

See merge request manzarH/dic-global-dev!276
parents 5191d4ef 54a91305
......@@ -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