Browse Source

fix home link

main
ghost 9 months ago
parent
commit
398b58180e
  1. 4
      src/controller/room.php

4
src/controller/room.php

@ -262,7 +262,9 @@ class Room @@ -262,7 +262,9 @@ class Room
),
// home
$this->_link(),
$this->_link(
'/'
),
// post
$this->_link( // @TODO

Loading…
Cancel
Save