Update profile.php

This commit is contained in:
NOrtmann1
2026-05-29 17:36:46 +02:00
parent 497ce5bdb4
commit fec3cbb550
+3 -1
View File
@@ -84,7 +84,9 @@ include_once 'php/controller/profileArticles-controller.php';
<?php else: ?>
<p>Du hast noch keine Beiträge erstellt.</p>
<a href="index.php?pfad=createArticle" class="category-link">Beitrag erstellen</a>
<button type="button" class="login-button" onclick="window.location.href='index.php?pfad=createArticle';">
Beitrag erstellen!
</button>
<?php endif; ?>
</div>
</div>