Categories
How to change title via theme hook?
In the active theme file MyTheme.theme I wrote
function MyTheme_preprocess_page_title(&$variables) { $variables['title'] = 'TEST'; }
Answer the question
In order to leave comments, you need to log in
So it's not your hook. The hook should be called function MyTheme_preprocess_page(&$variables) otherwise Drupal won't parse it.
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question