Skip to content
Snippets Groups Projects
Commit 2d35e12c authored by Alberto Siles's avatar Alberto Siles
Browse files

Issue #0005 by @hatuhay: Syntax corrections.

parent c3792f04
No related branches found
No related tags found
No related merge requests found
<?php
/**
* @file
*/
*/
/**
* Override or insert variables into the page template for HTML output.
*
* For taxonomy page, insert vocabulary id class.
* Define the variable to activate responsive behaivor.
*/
......@@ -40,7 +41,8 @@ function bootstrap_barrio_preprocess_page(&$variables) {
}
if (theme_get_setting('collapse')) {
$variables['collapse'] = 'nav-collapse collapse';
} else {
} else
{
$variables['collapse'] = 'not-collapse';
}
if (theme_get_setting('fluid') || (arg(0) == 'admin')) {
......
<?php
/**
* @file
*
*/
/**
* Prameter definitions for Bootstrap Barrio.
*/
function bootstrap_barrio_form_system_theme_settings_alter(&$form, $form_state, $form_id = NULL) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment