Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
Yii Bootstrap 3
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Common
Yii Bootstrap 3
Commits
14a65c81
Commit
14a65c81
authored
Feb 08, 2012
by
Christoffer Niska
Browse files
Options
Browse Files
Download
Plain Diff
Merged in LegosX/yii-bootstrap2/bootstrap2 (pull request #6)
parents
63c6b48c
3b5abd40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
BootNavbar.php
bootstrap/widgets/BootNavbar.php
+4
-1
No files found.
bootstrap/widgets/BootNavbar.php
View file @
14a65c81
...
...
@@ -81,7 +81,10 @@ class BootNavbar extends BootWidget
echo
CHtml
::
openTag
(
'div'
,
$this
->
htmlOptions
);
echo
'<div class="navbar-inner"><div class="'
.
$containerCssClass
.
'">'
;
echo
'<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"></a>'
;
echo
CHtml
::
openTag
(
'a'
,
$this
->
brandOptions
)
.
$this
->
brand
.
'</a>'
;
if
(
$this
->
brand
)
echo
CHtml
::
openTag
(
'a'
,
$this
->
brandOptions
)
.
$this
->
brand
.
'</a>'
;
echo
'<div class="nav-collapse">'
;
foreach
(
$this
->
items
as
$item
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment