Update index.php
This commit is contained in:
@@ -32,9 +32,13 @@ require_once $abs_path . "/php/controller/index-controller.php";
|
||||
<?php
|
||||
include_once $abs_path . '/includes/navbar.php';
|
||||
if (isset($_SESSION["message"]) && $_SESSION["message"] == "new_article"): ?>
|
||||
<div class="flexbox">
|
||||
<div class="container">
|
||||
<p style="color:green">
|
||||
Dein Beitrag wurde erfolgreich veröffentlicht!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif;
|
||||
//Dynamischer Inhalt:
|
||||
if (isset($_GET["pfad"])) {
|
||||
|
||||
Reference in New Issue
Block a user