diff options
| author | lolcat <will@lolcat.ca> | 2026-04-06 21:02:54 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2026-04-06 21:02:54 -0400 |
| commit | 70f00aa55f03564dc4ce6e957e0a3edffb3d3f65 (patch) | |
| tree | 93a0ac3d75023af0cbdc593ff1edf54c5106ec6e /settings.php | |
| parent | 5a351e0dfcde9adcabdbd07fffc74023c63db665 (diff) | |
added pexels and unsplash woooohoooooooo
Diffstat (limited to 'settings.php')
| -rw-r--r-- | settings.php | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/settings.php b/settings.php index f7f8b16..e1b9dbe 100644 --- a/settings.php +++ b/settings.php @@ -264,14 +264,22 @@ $settings = [ "text" => "Flickr" ], [ - "value" => "fivehpx", - "text" => "500px" + "value" => "pexels", + "text" => "Pexels" ], [ "value" => "pixabay", "text" => "Pixabay" ], [ + "value" => "unsplash", + "text" => "Unsplash" + ], + [ + "value" => "fivehpx", + "text" => "500px" + ], + [ "value" => "vsco", "text" => "VSCO" ], |
