Contribution Date
Technology
Contribution Project
Contribution Details
If you have a particular node then you just need to create a custom module. or if you have any custom module you can use that. then just need to define the path as i mentioned.
function modulename_overlay_paths() {
$paths = array('node/5' => TRUE,); // node/$nid => $nid can be any node id.
return $paths;
}
Contribution Issue Link
Contribution Link
Files count
0
Patches count
0