function bootstrap_process_page
7.x-3.x page.vars.php | bootstrap_process_page(array &$variables) |
Processes variables for the "page" theme hook.
See template for list of available variables.
Parameters
array $variables: An associative array of variables, passed by reference.
See Also
Related topics
Source templates/system/page.vars.php (line 108)
function bootstrap_process_page(array &$variables) {
$variables['navbar_classes'] = implode(' ', $variables['navbar_classes_array']);
}