fix: get the overview page to render
This commit is contained in:
parent
f845d05eb5
commit
a9ac89ab22
29 changed files with 34 additions and 34 deletions
scripts/site
|
@ -2,7 +2,7 @@
|
|||
|
||||
class page_layout {
|
||||
|
||||
function page_layout() {
|
||||
public function __construct() {
|
||||
$this->dir = config::$main['scriptdir'] . "/site/beta5";
|
||||
$this->static = config::$main['staticdir'] . "/beta5";
|
||||
}
|
||||
|
|
|
@ -86,7 +86,7 @@ $vac = $args['vac'];
|
|||
$onVacation = ($vac['status'] == 'VAC');
|
||||
|
||||
|
||||
if (count($args['play'])) {
|
||||
if ($args['play']) {
|
||||
echo "<p>You are currently playing the following games:</p>\n";
|
||||
displayRegistered($args['play']);
|
||||
if (isset($args['other']) && count($args['other'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue