started fixed header, fixed anchor links with fixed header
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user