Commit 2048794f by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

product detail

See merge request manzarH/dic-global-dev!277
parents 8b9f0d88 a8b95568
...@@ -22,6 +22,6 @@ function envigo_preprocess_html(&$variables) { ...@@ -22,6 +22,6 @@ function envigo_preprocess_html(&$variables) {
function mytheme_theme_suggestions_page_alter(array &$suggestions, array $variables) { function mytheme_theme_suggestions_page_alter(array &$suggestions, array $variables) {
$node = \Drupal::request()->attributes->get('node'); $node = \Drupal::request()->attributes->get('node');
$suggestions[] = 'page--product_details'; $suggestions[] = 'page_product_detail';
} }
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