Session and speaker styling updates

This commit is contained in:
Rob Davies 2017-05-22 15:13:53 +01:00
parent 24ffcb956b
commit b8aee0f307
9 changed files with 309 additions and 1 deletions

View file

@ -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) {
}