game creation with clearsilver should work now.

This commit is contained in:
phear 2005-12-13 19:44:07 +00:00
parent 6abbcee533
commit 6a461c441e
3 changed files with 27 additions and 47 deletions

View file

@ -1,3 +1,4 @@
<?cs include:"templates/header.cs" ?>
You must be logged in to access this page.
You must be logged in to access this page.
Click <a href="/login/">here</a> to login.
<?cs include:Settings.TemplateDir +"footer.cs" ?>

View file

@ -24,6 +24,8 @@
</table>
<?cs else ?>
You don't have any running games.
<?cs /if ?>
@ -32,7 +34,7 @@
You have <?cs var:Data.Counter ?> free game slots.<br>
<a href="/gamecreation"> Start a new game</a><br>
<?cs else ?>
"Sorry, all your game slots are in use."
Sorry, all your game slots are in use.
<?cs /if ?>
<?cs include:Settings.TemplateDir +"footer.cs" ?>