This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Teacup
mirror of
https://github.com/aaronpk/Teacup.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
oops this is teacup
pull/10/head
Aaron Parecki
9 years ago
parent
859272f628
commit
256d79fd3c
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
controllers/auth.php
+0
-1
views/layout.php
+ 1
- 1
controllers/auth.php
View File
@ -77,7 +77,7 @@ $app->get('/', function($format='html') use($app) {
ob_start
();
render
(
'index'
,
array
(
'title'
=>
'
Quill
'
,
'title'
=>
'
Teacup
'
,
'meta'
=>
''
));
$html
=
ob_get_clean
();
+ 0
- 1
views/layout.php
View File
@ -64,7 +64,6 @@
<
?
if
(
session
(
'me'
))
{
?>
<
li
><
a
href
=
"
/new
"
>
New
Post
</
a
></
li
>
<
li
><
a
href
=
"
/bookmark
"
>
Bookmark
</
a
></
li
>
<
?
}
?>
<
li
><
a
href
=
"
/docs
"
>
Docs
</
a
></
li
>
Write
Preview
Loading…
Cancel
Save