added custom layout to panles, created thematique anchor links menu
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
// dsm($vars, 'vars');
|
||||
|
||||
$display = $vars['display'];
|
||||
$node_ctx = $display->context['requiredcontext_entity:node_1'];
|
||||
// dsm($node_ctx, 'node_ctx');
|
||||
|
||||
// change css id with node alias to be able to link it with anchors on top menu
|
||||
$vars['css_id'] = drupal_get_path_alias('node/'.$node_ctx->data->nid);
|
||||
// dsm($vars['css_id'], 'css_id');
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
|
||||
|
||||
// dsm($vars, 'vasr');
|
||||
Reference in New Issue
Block a user