more design : each theme has his own background

This commit is contained in:
2017-02-24 19:56:03 +01:00
parent fc8070a669
commit 242d6b0336
31 changed files with 1719 additions and 671 deletions
@@ -7,7 +7,7 @@ $node = $vars['node'];
$vars['theme_hook_suggestions'][] = 'node__'.$vars['view_mode'];
$vars['theme_hook_suggestions'][] = 'node__' . $vars['type'] . '__' . $vars['view_mode'];
$vars['print_title'] = true;
$vars['print_title'] = !$vars['page'];
$alias = drupal_get_path_alias('node/'.$vars['node']->nid);