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

Issue #0005 by @hatuhay: Syntax corrections.

parent 2d35e12c
No related branches found
No related tags found
No related merge requests found
<?php <?php
/** /**
* @file * @file
* template.php
*/ */
/** /**
...@@ -41,8 +42,8 @@ function bootstrap_barrio_preprocess_page(&$variables) { ...@@ -41,8 +42,8 @@ function bootstrap_barrio_preprocess_page(&$variables) {
} }
if (theme_get_setting('collapse')) { if (theme_get_setting('collapse')) {
$variables['collapse'] = 'nav-collapse collapse'; $variables['collapse'] = 'nav-collapse collapse';
} else }
{ else {
$variables['collapse'] = 'not-collapse'; $variables['collapse'] = 'not-collapse';
} }
if (theme_get_setting('fluid') || (arg(0) == 'admin')) { if (theme_get_setting('fluid') || (arg(0) == 'admin')) {
......
<?php <?php
/** /**
* @file * @file
* template-settings.php
*/ */
/** /**
......
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