aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-06-16 15:07:47 +0200
committerMinteck <contact@minteck.org>2022-06-16 15:07:47 +0200
commit3c07661456bfb77129298b7f1a6acc9f28e02d20 (patch)
tree57b7ff26e2e6b0aa8cdf976f9389f675e2ec3c53
parent7f7b5d06666b77025a2e78687f433a82f448e739 (diff)
downloadember-3c07661456bfb77129298b7f1a6acc9f28e02d20.tar.gz
ember-3c07661456bfb77129298b7f1a6acc9f28e02d20.tar.bz2
ember-3c07661456bfb77129298b7f1a6acc9f28e02d20.zip
Update build thing
-rw-r--r--includes/functions.php2
-rw-r--r--index.php2
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 {
diff --git a/index.php b/index.php
index 63259f3..389a006 100644
--- a/index.php
+++ b/index.php
@@ -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">&hearts; Twi <span id="footer-hover-text">(cutie)</span></span>
<?php endif; ?>