Browse Source

oops this is teacup

pull/10/head
Aaron Parecki 9 years ago
parent
commit
256d79fd3c
2 changed files with 1 additions and 2 deletions
  1. +1
    -1
      controllers/auth.php
  2. +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(); ob_start();
render('index', array( render('index', array(
'title' => 'Quill',
'title' => 'Teacup',
'meta' => '' 'meta' => ''
)); ));
$html = ob_get_clean(); $html = ob_get_clean();

+ 0
- 1
views/layout.php View File

@ -64,7 +64,6 @@
<? if(session('me')) { ?> <? if(session('me')) { ?>
<li><a href="/new">New Post</a></li> <li><a href="/new">New Post</a></li>
<li><a href="/bookmark">Bookmark</a></li>
<? } ?> <? } ?>
<li><a href="/docs">Docs</a></li> <li><a href="/docs">Docs</a></li>

Loading…
Cancel
Save