This repository has been archived on 2024-07-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
lwb5/scripts/site/main/output/notregistered.en.inc

14 lines
354 B
PHP

<?
include("menu.en.inc");
$this->title = "Registration required";
$this->addStylesheet('text');
$this->startContents();
?>
<h1><?=$args['name']?></h1>
<p>
You are not registered to this game.
</p>
<p>
Before you can access the game, you have to <a href='<?=makeLink('play', 'main')?>?g=<?=$args['id']?>'>register</a>.
</p>
<? $this->endContents(); ?>