Added show profile into settings

This commit is contained in:
Marijn Jansen
2017-02-02 10:28:12 +01:00
parent 12d5e00731
commit e299ef59e8
3 changed files with 13 additions and 4 deletions

View File

@@ -96,6 +96,14 @@ $settings = getSettings();
<?=($settings["showEmail"] ? "checked" : "")?>
>
</li>
<li>
<label for="showProfile">Publiek profiel</label>
<input type="checkbox"
name="showProfile"
id="showProfile"
<?=($settings["showProfile"] ? "checked" : "")?>
>
</li>
<li>
<label for="bio">Bio</label>
<textarea name="bio"