fix: get the overview page to render

This commit is contained in:
Emmanuel BENOîT 2024-12-31 00:50:29 +01:00
parent f845d05eb5
commit a9ac89ab22
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg
29 changed files with 34 additions and 34 deletions
scripts/site
beta5
main/output

View file

@ -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";
}

View file

@ -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'])) {