1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

Prepare welcome hero for demo

This commit is contained in:
Toby Zerner
2015-02-26 13:30:13 +10:30
parent 986b2d8948
commit 2884662723
4 changed files with 13 additions and 9 deletions

View File

@@ -18,7 +18,9 @@ class IndexAction extends Action
'apiURL' => '/api',
'locationType' => 'hash',
'EmberENV' => [],
'APP' => []
'APP' => [],
'forumTitle' => Config::get('flarum::forum_title', 'Flarum Demo Forum'),
'welcomeDescription' => 'Flarum is now at a point where you can have basic conversations, so here is a little demo for you to break. <a href="http://flarum.dev/#/107/starting-a-new-discussion-title">Learn more &raquo;</a>'
];
$data = [];
$session = [];