summaryrefslogtreecommitdiff
path: root/includes/fragments/dashboard.inc
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2024-03-24 13:42:39 +0100
committerRaindropsSys <raindrops@equestria.dev>2024-03-24 13:42:39 +0100
commita51979ad60074db84af78a06d30fcb888ccb0b03 (patch)
treed7a4c570c251db50b50c49cc8219203bd60d7240 /includes/fragments/dashboard.inc
parent96eb5745754824a2a75698af4b60cc0a84c890ea (diff)
downloadpluralconnect-a51979ad60074db84af78a06d30fcb888ccb0b03.tar.gz
pluralconnect-a51979ad60074db84af78a06d30fcb888ccb0b03.tar.bz2
pluralconnect-a51979ad60074db84af78a06d30fcb888ccb0b03.zip
Updated 3 files and added includes/external/next/index.php (automated)
Diffstat (limited to 'includes/fragments/dashboard.inc')
-rw-r--r--includes/fragments/dashboard.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/includes/fragments/dashboard.inc b/includes/fragments/dashboard.inc
index 3cf8d6f..29b5b84 100644
--- a/includes/fragments/dashboard.inc
+++ b/includes/fragments/dashboard.inc
@@ -24,6 +24,10 @@ global $use2023UI;
<b>GPU acceleration is turned off or not supported.</b> A lot of visual effects on this website rely on GPU acceleration, which is currently disabled on your browser, meaning the website's overall look will be affected. Please enable GPU acceleration in your browser settings.
</div>
+ <div class="alert alert-warning">
+ <b>Ponycule's user-space pages are going away.</b> Starting in April 2024, we will be discontinuing all the Ponycule public pages to better focus on making Ponycule a central hub for plural integrations with other services. If you need access to all your content, you may request a backup to the administrators.
+ </div>
+
<style>
.day-gradient {
background-image: linear-gradient(180deg, rgba(7,15,36,1) 0%, rgba(36,56,83,1) 14%, rgba(165,126,57,1) 28%, rgba(37,109,201,1) 42%, rgba(47,165,208,1) 57%, rgba(252,120,15,1) 71%, rgba(38,66,97,1) 85%, rgba(7,15,36,1) 100%);
@@ -240,4 +244,4 @@ global $use2023UI;
</div>
</div>
</div>
-<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/footer.inc'; ?> \ No newline at end of file
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/footer.inc'; ?>