started erable theme
This commit is contained in:
27
web/themes/erabletheme/erabletheme.theme
Normal file
27
web/themes/erabletheme/erabletheme.theme
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Functions to support theming in the erabletheme theme.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implements hook_preprocess_HOOK() for html.html.twig.
|
||||
*/
|
||||
function erabletheme_preprocess_html(&$variables) {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_preprocess_HOOK() for page.html.twig.
|
||||
*/
|
||||
function erabletheme_preprocess_page(&$variables) {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_preprocess_HOOK() for node.html.twig.
|
||||
*/
|
||||
function erabletheme_preprocess_node(&$variables) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user