Session and speaker styling updates
This commit is contained in:
parent
24ffcb956b
commit
b8aee0f307
9 changed files with 309 additions and 1 deletions
|
@ -13,3 +13,10 @@ function dcb2017_preprocess_html(&$variables) {
|
|||
$variables['head_title'] = $site_config->get('name');
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements template_preprocess_node().
|
||||
*/
|
||||
function dcb2017_preprocess_node(&$variables) {
|
||||
|
||||
}
|
||||
|
|
Reference in a new issue