From 23a7f22f0b2a7cbc1043c8cfb1c7a88205a536dc Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Mon, 26 Jan 2015 12:07:24 +1030 Subject: [PATCH] Change another instance of forum title --- src/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.php b/src/routes.php index 427d8e00f..9700caccf 100755 --- a/src/routes.php +++ b/src/routes.php @@ -3,5 +3,5 @@ Route::get('/', function() { return View::make('flarum.web::index') - ->with('title', Config::get('flarum::forum_title', 'Flarum Support Forum')); + ->with('title', Config::get('flarum::forum_title', 'Flarum Demo Forum')); }); \ No newline at end of file