mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 09:35:28 +00:00
implement node info page
This commit is contained in:
parent
96a03ec4ec
commit
f0c8bd968d
9 changed files with 414 additions and 12 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue