From 256d79fd3cd44a2416a6fe490805ac0141ac7700 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 19 Apr 2015 09:21:39 -0700 Subject: [PATCH] oops this is teacup --- controllers/auth.php | 2 +- views/layout.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/controllers/auth.php b/controllers/auth.php index c268aff..20ed05c 100644 --- a/controllers/auth.php +++ b/controllers/auth.php @@ -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(); diff --git a/views/layout.php b/views/layout.php index d6d90d0..af2bb17 100644 --- a/views/layout.php +++ b/views/layout.php @@ -64,7 +64,6 @@
  • New Post
  • -
  • Bookmark
  • Docs