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
7d68e4a7
Commit
7d68e4a7
authored
May 13, 2012
by
Crisu83
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated the demo
parent
947106a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
index.php
demo/protected/views/site/index.php
+4
-0
No files found.
demo/protected/views/site/index.php
View file @
7d68e4a7
...
...
@@ -1220,12 +1220,14 @@ Yii::app()->user->setFlash('error', '<strong>Oh snap!</strong> Change a few thin
<?php
$this
->
beginWidget
(
'bootstrap.widgets.BootHero'
,
array
(
'heading'
=>
'Hello, world!'
,
));
?>
<p>
This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.
</p>
<p>
<?php
$this
->
widget
(
'bootstrap.widgets.BootButton'
,
array
(
'type'
=>
'primary'
,
'size'
=>
'large'
,
'label'
=>
'Learn more'
,
));
?>
</p>
<?php
$this
->
endWidget
();
?>
<h4>
Source code
</h4>
...
...
@@ -1233,12 +1235,14 @@ Yii::app()->user->setFlash('error', '<strong>Oh snap!</strong> Change a few thin
<?php
echo
$phpLighter
->
highlight
(
"<?php
\$
this->beginWidget('bootstrap.widgets.BootHero', array(
'heading'=>'Hello, world!',
)); ?>
<p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
<p><?php
\$
this->widget('bootstrap.widgets.BootButton', array(
'type'=>'primary',
'size'=>'large',
'label'=>'Learn more',
)); ?></p>
<?php
\$
this->endWidget(); ?>"
);
?>
<a
class=
"top"
href=
"#top"
>
Back to top
↑
</a>
...
...
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