mirror of
https://github.com/flarum/core.git
synced 2025-10-12 07:24:27 +02:00
Add index page title, add mechanism to clear title from defaultRoute. (#2047)
* Add "All Descriptions title to index * Added system to clear custom title if we're on the default route
This commit is contained in:
committed by
GitHub
parent
0c645a6c15
commit
a33fbbf814
@@ -50,7 +50,7 @@ class Frontend
|
||||
{
|
||||
$forumDocument = $this->getForumDocument($request);
|
||||
|
||||
$document = new Document($this->view, $forumDocument);
|
||||
$document = new Document($this->view, $forumDocument, $request);
|
||||
|
||||
$this->populate($document, $request);
|
||||
|
||||
|
Reference in New Issue
Block a user