function farm_update_7035 in farmOS 7
Set the Bootstrap navbar position to "Fixed Top".
File
- ./
farm.install, line 747 - farmOS install file.
Code
function farm_update_7035(&$sandbox) {
$theme_settings = variable_get('theme_farm_theme_settings', array());
$theme_settings['bootstrap_navbar_position'] = 'fixed-top';
variable_set('theme_farm_theme_settings', $theme_settings);
}