spletna-stran/web/themes/na_prostem/na_prostem.theme

28 lines
441 B
Plaintext

<?php
/**
* @file
* Functions to support theming in the na-prostem theme.
*/
/**
* Implements hook_preprocess_HOOK() for html.html.twig.
*/
function na_prostem_preprocess_html(&$variables) {
}
/**
* Implements hook_preprocess_HOOK() for page.html.twig.
*/
function na_prostem_preprocess_page(&$variables) {
}
/**
* Implements hook_preprocess_HOOK() for node.html.twig.
*/
function na_prostem_preprocess_node(&$variables) {
}