1.20.x theme.inc | template_preprocess_header(&$variables) |
Preprocess variables for header.tpl.php
File
- includes/
theme.inc, line 2713 - The theme system, which controls the output of Backdrop.
Code
function template_preprocess_header(&$variables) {
$variables['front_page'] = url();
$variables['base_path'] = base_path();
}