summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-04-03 22:22:58 +0200
committerRaindropsSys <contact@minteck.org>2023-04-03 22:22:58 +0200
commit85af0ba8ed4fc4f61c58a37211e8b659e0c16092 (patch)
tree4c0c39b676444afe3d797b52e9ba547c812ab29a /includes
parentb4c79a0dee3214be9a010ee0ea2c49bbec68ab68 (diff)
downloadhorses-85af0ba8ed4fc4f61c58a37211e8b659e0c16092.tar.gz
horses-85af0ba8ed4fc4f61c58a37211e8b659e0c16092.tar.bz2
horses-85af0ba8ed4fc4f61c58a37211e8b659e0c16092.zip
Updated 7 files, added 5 files and deleted assets/social/rainbow--v1.png (automated)
Diffstat (limited to 'includes')
-rw-r--r--includes/footer.php8
-rw-r--r--includes/navigation.php4
-rw-r--r--includes/version.txt2
3 files changed, 8 insertions, 6 deletions
diff --git a/includes/footer.php b/includes/footer.php
index 8e9e792..f812aa6 100644
--- a/includes/footer.php
+++ b/includes/footer.php
@@ -2,11 +2,13 @@
</div>
<div class="container" style="padding-top: 20px; padding-bottom: 20px;">
<p class="muted">
- © <?= date('Y') ?> Equestria.dev Developers · version <?= file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/version.txt") ?><br>
- "We'll do our part. Hoof to heart." - Sunny Starscout, My Little Pony: A New Generation<br>
+ "We'll do our part. Hoof to heart." - Sunny Starscout, My Little Pony: A New Generation
+ </p>
+ <p class="muted">
+ © <?= date('Y') ?> Equestria.dev Developers<br>version <?= file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/version.txt") ?> · Built with <a class="footer-link" href="https://jetbrains.com/phpstorm" target="_blank">PhpStorm</a>
</p>
<p class="muted" id="footer-links-desktop">
- <a class="footer-link" href="/legal">Legal information</a> · <a class="footer-link" href="/legal/privacy">Data privacy</a> · <a class="footer-link" href="/contact">Contact us</a> · <a class="footer-link" href="/jetbrains">Supported by JetBrains</a> · <a class="footer-link" href="/plurality">Plurality</a>
+ <a class="footer-link" href="/legal">Legal information</a> · <a class="footer-link" href="/legal/privacy">Data privacy</a> · <a class="footer-link" href="/contact">Contact us</a> · <a class="footer-link" href="/jetbrains">Supported by JetBrains</a> · <a class="footer-link" href="https://bugs.equestria.dev" target="_blank">Report a bug</a> · <a class="footer-link" href="/plurality">Plurality</a>
</p>
<p class="muted" id="footer-links-mobile" style="display:none;">
<a class="footer-link" href="/legal">Legal information</a><br>
diff --git a/includes/navigation.php b/includes/navigation.php
index 8707023..d9e8976 100644
--- a/includes/navigation.php
+++ b/includes/navigation.php
@@ -23,7 +23,7 @@
style="transition: opacity 200ms;opacity:1;color: white !important;text-decoration: none;background-color: transparent;border-radius: 5px;font-size: 14px;padding: 5px 10px;display: inline-block;cursor: pointer;" href="/misty"><b style="-webkit-text-fill-color: transparent;-webkit-background-clip: text !important;background-clip: text !important;background: linear-gradient(45deg,#9fe3f1 0%,#d6acf8 100%);">Misty</b></a>
</div>
- <div id="navigation-search-outer">
+ <!--<div id="navigation-search-outer">
<form action="/search">
<input id="navigation-search" name="q" type="text" placeholder="Search... (<?= str_contains(strtolower($_SERVER['HTTP_USER_AGENT']), "mac") ? "⌘" : "^" ?>K)" style="font-size: 14px; border: none; background: transparent; color: white; outline: none; border-bottom: 1px solid rgba(255, 255, 255, .25); border-top-left-radius: 5px; border-top-right-radius: 5px;" autocomplete="off">
@@ -44,7 +44,7 @@
}
</script>
</form>
- </div>
+ </div>-->
</div>
<div id="navigation-hover" style="background-color: rgba(255, 255, 255, .1) !important; position: fixed; width: 59px;height: 31px;border-radius: 5px;z-index: -1;top: 9px;left: 198px;opacity: 0; transition: opacity 200ms;"></div>
diff --git a/includes/version.txt b/includes/version.txt
index e81924d..67b9cc9 100644
--- a/includes/version.txt
+++ b/includes/version.txt
@@ -1 +1 @@
-12.3.1 \ No newline at end of file
+12.3.2 \ No newline at end of file