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
24f9f988
Commit
24f9f988
authored
Feb 12, 2012
by
Crisu83
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added the Bootstrap logo and favicon to the demo.
parent
dfc2c8b2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
0 deletions
+1
-0
favicon.ico
demo/favicon.ico
+0
-0
bootstrap-avatar_normal.png
demo/images/bootstrap-avatar_normal.png
+0
-0
main.php
demo/protected/views/layouts/main.php
+1
-0
No files found.
demo/favicon.ico
0 → 100644
View file @
24f9f988
File added
demo/images/bootstrap-avatar_normal.png
0 → 100644
View file @
24f9f988
3.24 KB
demo/protected/views/layouts/main.php
View file @
24f9f988
...
...
@@ -6,6 +6,7 @@
'httpEquivs'
=>
array
(
'Content-Type'
=>
'text/html; charset=utf-8'
,
'Content-Language'
=>
'en-US'
),
'title'
=>
array
(
'class'
=>
'ext.seo.widgets.SeoTitle'
,
'separator'
=>
' :: '
),
));
?>
<link
rel=
"shortcut icon"
href=
"
<?php
echo
Yii
::
app
()
->
request
->
baseUrl
;
?>
/favicon.ico"
>
<link
rel=
"stylesheet/less"
type=
"text/css"
href=
"
<?php
echo
Yii
::
app
()
->
request
->
baseUrl
;
?>
/less/styles.less"
/>
<script
type=
"text/javascript"
src=
"
<?php
echo
Yii
::
app
()
->
request
->
baseUrl
;
?>
/js/less-1.2.1.min.js"
></script>
<!--[if lt IE 9]>
...
...
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