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
), ),
// home // home
$this->_link(), $this->_link(
'/'
),
// post // post
$this->_link( // @TODO $this->_link( // @TODO

Loading…
Cancel
Save