Marijn settings #157
@@ -4,13 +4,11 @@ $settings = getSettings();
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="settings">
|
<div class="settings">
|
||||||
<?php
|
<?php if ($_SERVER["REQUEST_METHOD"] == "POST"): ?>
|
||||||
if ($_SERVER["REQUEST_METHOD"] == "POST") {
|
<div class='platform settings-message <?=$alertClass?>'>
|
||||||
echo "<div class='platform settings-message $alertClass '>
|
<?=$alertMessage?>
|
||||||
$alertMessage
|
</div>
|
||||||
</div>";
|
<?php endif; ?>
|
||||||
}
|
|
||||||
?>
|
|
||||||
<form class="settings-profile platform" method="post">
|
<form class="settings-profile platform" method="post">
|
||||||
<h5>Profiel Instellingen</h5>
|
<h5>Profiel Instellingen</h5>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user