Files
jeunes-et-engages-d7/sites/all/themes/gui/jee/preprocess/node.pre.php
T
Bachir Soussi Chiadmi 81f57b8f4e BIG BIG BIG update
V0 of first interface
going to refactor JS
2015-03-06 11:40:59 +01:00

16 lines
592 B
PHP
Executable File

<?php
// dsm($vars['content']);
$vars['theme_hook_suggestions'][] = 'node__'.$vars['view_mode'];
$vars['theme_hook_suggestions'][] = 'node__' . $vars['type'] . '__' . $vars['view_mode'];
if(!isset($vars["title_attributes_array"]["class"]))
$vars["title_attributes_array"]["class"] = array();
$vars["title_attributes_array"]["class"][] = "node-title";
$vars["title_attributes_array"]["class"] = implode(" ", $vars["title_attributes_array"]["class"]);
$vars["title_attributes"] = drupal_attributes($vars["title_attributes_array"]);
// unset($vars['content']['links']['node-readmore']);