Profil -> Beitrag Link
This commit is contained in:
+3
-1
@@ -120,7 +120,9 @@ $isEditMode = (isset($_GET["edit"]) && $_GET["edit"] === "1") || !empty($error);
|
||||
</div>
|
||||
|
||||
<h3 class="article-title">
|
||||
<?php echo htmlspecialchars($userArticle->getTitle()); ?>
|
||||
<a href="index.php?pfad=showArticle&id=<?php echo $userArticle->getID(); ?>">
|
||||
<?php echo htmlspecialchars($userArticle->getTitle()); ?>
|
||||
</a>
|
||||
</h3>
|
||||
|
||||
<?php
|
||||
|
||||
@@ -14,7 +14,7 @@ include_once 'php/controller/showArticle-controller.php';
|
||||
|
||||
<main class="editor-main">
|
||||
<?php include_once "includes/alertMessages.php"?>
|
||||
|
||||
|
||||
<input type="text" id="title" name="title"
|
||||
value="<?php
|
||||
if (isset($_SESSION['old_title']) && !empty($_SESSION['old_title'])){
|
||||
|
||||
Reference in New Issue
Block a user