diff options
-rw-r--r-- | includes/functions.php | 2 | ||||
-rw-r--r-- | index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/includes/functions.php b/includes/functions.php index 1fcd76c..0c60248 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -45,7 +45,7 @@ function build_dom(): string { } else { $ba = ""; } - return "<a href='https://ci.minteck.org/buildConfiguration/WebX_Stable/$aa' target='_blank' id='footer-version-build'>$a</a>.<a href='https://ci.minteck.org/buildConfiguration/WebX_Projects/$ba' target='_blank' id='footer-version-projects'>$b</a>"; + return "<a href='https://ci.minteck.org/buildConfiguration/WebX_Stable/$aa' target='_blank' id='footer-version-build'>$a.$aa</a>.<a href='https://ci.minteck.org/buildConfiguration/WebX_Projects/$ba' target='_blank' id='footer-version-projects'>$b</a>"; } function getLetters(string $project): string { @@ -143,7 +143,7 @@ global $domainMode; </div> <div id="footer" class="container"> - <a href="https://gitlab.minteck.org/minteck/ember/-/tree/<?= version() ?>" target="_blank" id="footer-version">version <?= version() ?></a> (#<?= build_dom() ?>) + <a href="https://gitlab.minteck.org/minteck/ember/-/tree/<?= version() ?>" target="_blank" id="footer-version">version <?= version() ?></a> (build <?= build_dom() ?>) <?php if (!$conepone): ?> ยท <span id="footer-hover-zone">♥ Twi <span id="footer-hover-text">(cutie)</span></span> <?php endif; ?> |