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
90b00207
Commit
90b00207
authored
Mar 14, 2012
by
Crisu83
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated the demo
parent
796bad96
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
main.php
demo/protected/views/layouts/main.php
+7
-7
No files found.
demo/protected/views/layouts/main.php
View file @
90b00207
...
...
@@ -113,13 +113,13 @@
<footer>
<p
class=
"powered"
>
Powered by
<?php
echo
CHtml
::
link
(
'Yii PHP framework
1.1.10
'
,
'http://www.yiiframework.com'
,
array
(
'target'
=>
'_blank'
));
?>
/
<?php
echo
CHtml
::
link
(
'jQuery
1.7.1
'
,
'http://www.jquery.com'
,
array
(
'target'
=>
'_blank'
));
?>
/
<?php
echo
CHtml
::
link
(
'Yii-Bootstrap
0.9.10
'
,
'http://www.yiiframework.com/extension/bootstrap'
,
array
(
'target'
=>
'_blank'
));
?>
/
<?php
echo
CHtml
::
link
(
'Yii-LESS
0.9.1
'
,
'http://www.yiiframework.com/extension/less'
,
array
(
'target'
=>
'_blank'
));
?>
/
<?php
echo
CHtml
::
link
(
'Yii-SEO
0.9.3
'
,
'http://www.yiiframework.com/extension/seo'
,
array
(
'target'
=>
'_blank'
));
?>
/
<?php
echo
CHtml
::
link
(
'Yii-Facebook
0.9.1
'
,
'#'
,
array
(
'rel'
=>
'tooltip'
,
'title'
=>
'Link available soon'
));
?>
/
<?php
echo
CHtml
::
link
(
'Bootstrap
2.0.2
'
,
'http://twitter.github.com/bootstrap'
,
array
(
'target'
=>
'_blank'
));
?>
/
Powered by
<?php
echo
CHtml
::
link
(
'Yii PHP framework'
,
'http://www.yiiframework.com'
,
array
(
'target'
=>
'_blank'
));
?>
/
<?php
echo
CHtml
::
link
(
'jQuery'
,
'http://www.jquery.com'
,
array
(
'target'
=>
'_blank'
));
?>
/
<?php
echo
CHtml
::
link
(
'Yii-Bootstrap'
,
'http://www.yiiframework.com/extension/bootstrap'
,
array
(
'target'
=>
'_blank'
));
?>
/
<?php
echo
CHtml
::
link
(
'Yii-LESS'
,
'http://www.yiiframework.com/extension/less'
,
array
(
'target'
=>
'_blank'
));
?>
/
<?php
echo
CHtml
::
link
(
'Yii-SEO'
,
'http://www.yiiframework.com/extension/seo'
,
array
(
'target'
=>
'_blank'
));
?>
/
<?php
echo
CHtml
::
link
(
'Yii-Facebook'
,
'#'
,
array
(
'rel'
=>
'tooltip'
,
'title'
=>
'Link available soon'
));
?>
/
<?php
echo
CHtml
::
link
(
'Bootstrap'
,
'http://twitter.github.com/bootstrap'
,
array
(
'target'
=>
'_blank'
));
?>
/
<?php
echo
CHtml
::
link
(
'LESS'
,
'http://www.lesscss.org'
,
array
(
'target'
=>
'_blank'
));
?>
</p>
...
...
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