started fixed header, fixed anchor links with fixed header

This commit is contained in:
2017-02-27 16:23:12 +01:00
parent b38c8e71d1
commit f8417f3db2
9 changed files with 109 additions and 35 deletions
@@ -3,7 +3,7 @@
Clameurs = function(){
function init(){
console.log("Clameurs");
console.log("Clameurs Mod");
initVideoEvents();
}
@@ -156,7 +156,7 @@ function _clameursmod_thematiques_anchor_links(){
foreach ($nids as $nid) {
$node = node_load($nid);
// dsm($node);
$alias = drupal_get_path_alias('node/'.$nid);
$alias = str_replace('/', '-', drupal_get_path_alias('node/'.$nid));
// get the workflow state ID
$current_state = workflow_state_load_single($node->workflow);
// dsm($current_state, 'current_state');