diff options
author | Minteck <contact@minteck.org> | 2022-06-16 15:07:47 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-06-16 15:07:47 +0200 |
commit | 3c07661456bfb77129298b7f1a6acc9f28e02d20 (patch) | |
tree | 57b7ff26e2e6b0aa8cdf976f9389f675e2ec3c53 | |
parent | 7f7b5d06666b77025a2e78687f433a82f448e739 (diff) | |
download | ember-3c07661456bfb77129298b7f1a6acc9f28e02d20.tar.gz ember-3c07661456bfb77129298b7f1a6acc9f28e02d20.tar.bz2 ember-3c07661456bfb77129298b7f1a6acc9f28e02d20.zip |
Update build thing
-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; ?> |