Add reddit to social media links
This commit is contained in:
parent
a63ebe8cf7
commit
4edfeb084c
@ -541,6 +541,11 @@ function get_socialmedia_urls() {
|
|||||||
"name" => "Twitter",
|
"name" => "Twitter",
|
||||||
"setting" => "twitter"
|
"setting" => "twitter"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"icon" => "fab fa-reddit",
|
||||||
|
"name" => "Reddit",
|
||||||
|
"setting" => "reddit"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"icon" => "fab fa-youtube",
|
"icon" => "fab fa-youtube",
|
||||||
"name" => "YouTube",
|
"name" => "YouTube",
|
||||||
|
@ -272,6 +272,12 @@ function getsetting($name) {
|
|||||||
</div>
|
</div>
|
||||||
<input type="text" class="form-control" name="settings[twitter]" id="twitter" value="<?php echo getsetting("twitter"); ?>" />
|
<input type="text" class="form-control" name="settings[twitter]" id="twitter" value="<?php echo getsetting("twitter"); ?>" />
|
||||||
</div>
|
</div>
|
||||||
|
<div class="input-group">
|
||||||
|
<div class="input-group-prepend">
|
||||||
|
<span class="input-group-text"><label for="reddit"><i class="fab fa-reddit"></i> Reddit</label></span>
|
||||||
|
</div>
|
||||||
|
<input type="text" class="form-control" name="settings[reddit]" id="reddit" value="<?php echo getsetting("reddit"); ?>" />
|
||||||
|
</div>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<div class="input-group-prepend">
|
<div class="input-group-prepend">
|
||||||
<span class="input-group-text"><label for="youtube"><i class="fab fa-youtube"></i> Youtube</label></span>
|
<span class="input-group-text"><label for="youtube"><i class="fab fa-youtube"></i> Youtube</label></span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user