diff options
author | Minteck <contact@minteck.org> | 2023-02-05 13:00:59 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2023-02-05 13:00:59 +0100 |
commit | abd342282b48d742cca1740f76d220037fd13800 (patch) | |
tree | 49654e39819b4bca60d0c64f716495551b92d143 /includes/short.inc | |
parent | c6df470866ce00f91345888eac6d8aa76db694dc (diff) | |
download | pluralconnect-abd342282b48d742cca1740f76d220037fd13800.tar.gz pluralconnect-abd342282b48d742cca1740f76d220037fd13800.tar.bz2 pluralconnect-abd342282b48d742cca1740f76d220037fd13800.zip |
Updated 6 files, added 2 files and renamed assets/uploads/pt-twilight.png (automated)
Diffstat (limited to 'includes/short.inc')
-rw-r--r-- | includes/short.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/short.inc b/includes/short.inc index 98efd20..fe0baa5 100644 --- a/includes/short.inc +++ b/includes/short.inc @@ -12,6 +12,7 @@ $list = [ "rd" => "/raindrops", "cb" => "/cloudburst", "minty" => "/cloudydreams", + "twilight" => "/twi", "cloudy" => "/cloudydreams", "zipp" => "/zippstorm", "babs" => "/babsseed", @@ -40,6 +41,7 @@ foreach ($members as $member) { } $list["minty"] = "/cloudydreams"; +$list["twilight"] = "/twi"; if (in_array($toplevel, array_keys($list)) && $list[$toplevel]) { if ($toplevel !== "unknown") { |