diff --git a/lib/themefunctions.php b/lib/themefunctions.php index 4f950a8..1d0eca6 100644 --- a/lib/themefunctions.php +++ b/lib/themefunctions.php @@ -541,6 +541,11 @@ function get_socialmedia_urls() { "name" => "Twitter", "setting" => "twitter" ], + [ + "icon" => "fab fa-reddit", + "name" => "Reddit", + "setting" => "reddit" + ], [ "icon" => "fab fa-youtube", "name" => "YouTube", diff --git a/pages/sitesettings.php b/pages/sitesettings.php index adf86c0..49a0180 100644 --- a/pages/sitesettings.php +++ b/pages/sitesettings.php @@ -272,6 +272,12 @@ function getsetting($name) { " /> +
+
+ +
+ " /> +