implement node info page

This commit is contained in:
ghost 2023-08-30 15:32:31 +03:00
parent 96a03ec4ec
commit f0c8bd968d
9 changed files with 414 additions and 12 deletions

View file

@ -756,6 +756,8 @@ switch (isset($_GET['target']) ? urldecode($_GET['target']) : false)
<a href="<?php echo $value->stats ?>"><?php echo _('Stats') ?></a>
|
<?php } ?>
<a href="<?php echo WEBSITE_URL ?>/info.php"><?php echo _('Info') ?></a>
|
<a href="<?php echo WEBSITE_URL ?>/index.php?rss"><?php echo _('RSS') ?></a>
|
<a href="https://github.com/YGGverse/YGGtracker"><?php echo _('GitHub') ?></a>