Browse Source

fix title

pull/5/head
Aaron Parecki 10 years ago
parent
commit
24291110d6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      controllers/auth.php

+ 1
- 1
controllers/auth.php View File

@ -60,7 +60,7 @@ $app->get('/', function($format='html') use($app) {
ob_start(); ob_start();
render('index', array( render('index', array(
'title' => 'OwnYourGram',
'title' => 'IndiePost',
'meta' => '' 'meta' => ''
)); ));
$html = ob_get_clean(); $html = ob_get_clean();

Loading…
Cancel
Save