ColourfulConnor
Member
- Dec 7, 2016
- 65
- 5
I'm honestly super confused on how to edit BrainCms, I've attempted to change a few things but whenever I reload they appear for like 2 seconds and then change back to the original, like for example
I wanted to change it to
but it would just change back whenever I reloaded
Code:
<div id="onlinecount"><small><b><?= Game::usersOnline() ?></b> <?= $config['hotelName'] ?>'s online.</small></div>
Code:
<div id="onlinecount"><small><b><?= Game::usersOnline() ?>User(s) Online.</small></div>
but it would just change back whenever I reloaded