From 9885a69ebaf5cbdacb6403f00be52eb135ae274a 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 --- framework/core/src/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/src/routes.php b/framework/core/src/routes.php index 427d8e00f..9700caccf 100755 --- a/framework/core/src/routes.php +++ b/framework/core/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