Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bootstrap_barrio-3382683
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
bootstrap_barrio-3382683
Commits
db1e9330
Commit
db1e9330
authored
11 years ago
by
Alberto Siles
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#0005
by
@hatuhay
: Syntax corrections.
parent
2d35e12c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
template.php
+3
-2
3 additions, 2 deletions
template.php
theme-settings.php
+1
-0
1 addition, 0 deletions
theme-settings.php
with
4 additions
and
2 deletions
template.php
+
3
−
2
View file @
db1e9330
<?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'
))
{
...
...
This diff is collapsed.
Click to expand it.
theme-settings.php
+
1
−
0
View file @
db1e9330
<?php
<?php
/**
/**
* @file
* @file
* template-settings.php
*/
*/
/**
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment