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
8f4aa205
Commit
8f4aa205
authored
Feb 11, 2012
by
Crisu83
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed the comment URLs in the demo.
parent
0e8bb8f6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
main.php
demo/protected/config/main.php
+1
-0
index.php
demo/protected/views/site/index.php
+1
-1
setup.php
demo/protected/views/site/setup.php
+1
-1
No files found.
demo/protected/config/main.php
View file @
8f4aa205
...
@@ -58,6 +58,7 @@ return array(
...
@@ -58,6 +58,7 @@ return array(
'urlFormat'
=>
'path'
,
'urlFormat'
=>
'path'
,
'urlSuffix'
=>
'.html'
,
'urlSuffix'
=>
'.html'
,
'rules'
=>
array
(
'rules'
=>
array
(
'index'
=>
'site/index'
,
'setup'
=>
'site/setup'
,
'setup'
=>
'site/setup'
,
),
),
),
),
...
...
demo/protected/views/site/index.php
View file @
8f4aa205
...
@@ -796,7 +796,7 @@ Yii::app()->user->setFlash('error', '<strong>Oh snap!</strong> Change a few thin
...
@@ -796,7 +796,7 @@ Yii::app()->user->setFlash('error', '<strong>Oh snap!</strong> Change a few thin
<h2>
Comments
</h2>
<h2>
Comments
</h2>
<div
class=
"fb-comments"
data-href=
"
<?php
echo
$this
->
createUrl
(
'index'
);
?>
"
data-num-posts=
"10"
data-width=
"470"
></div>
<div
class=
"fb-comments"
data-href=
"
<?php
echo
$this
->
create
Absolute
Url
(
'index'
);
?>
"
data-num-posts=
"10"
data-width=
"470"
></div>
<a
class=
"top"
href=
"#top"
>
Back to top
↑
</a>
<a
class=
"top"
href=
"#top"
>
Back to top
↑
</a>
...
...
demo/protected/views/site/setup.php
View file @
8f4aa205
...
@@ -170,7 +170,7 @@ Yii::app()->bootstrap->registerTypeahead('.typeahead', array(
...
@@ -170,7 +170,7 @@ Yii::app()->bootstrap->registerTypeahead('.typeahead', array(
<h2>
Comments
</h2>
<h2>
Comments
</h2>
<div
class=
"fb-comments"
data-href=
"
<?php
echo
$this
->
createUrl
(
'setup'
);
?>
"
data-num-posts=
"10"
data-width=
"470"
></div>
<div
class=
"fb-comments"
data-href=
"
<?php
echo
$this
->
create
Absolute
Url
(
'setup'
);
?>
"
data-num-posts=
"10"
data-width=
"470"
></div>
<a
class=
"top"
href=
"#top"
>
Back to top
↑
</a>
<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