FriendsOfFlarum / pages

Create custom static pages in Flarum
https://discuss.flarum.org/d/18301
MIT License
23 stars 12 forks source link

Add page title to the HTML generated by PHP #42

Closed zgq354 closed 2 years ago

zgq354 commented 2 years ago

Fixes The page title is wrong before JavaScript loaded.

Changes proposed in this pull request:

Set document title in the page controller before page generating start.

Screenshot

before:

image

after:

image
dsevillamartin commented 2 years ago

Thanks!