profile.php dynamisch Beiträge anzeigen (unvollständig
This commit is contained in:
@@ -15,7 +15,6 @@ include_once 'php/controller/showArticle-controller.php';
|
||||
<?php if (isset($category) && !empty($category)): ?>
|
||||
<span class="article-view-category"><?php echo htmlspecialchars($category); ?></span>
|
||||
<?php endif; ?>
|
||||
|
||||
<h1 class="article-view-title">
|
||||
<?php if (isset($title)) { echo htmlspecialchars($title); } ?>
|
||||
</h1>
|
||||
@@ -28,7 +27,7 @@ include_once 'php/controller/showArticle-controller.php';
|
||||
|
||||
</div>
|
||||
|
||||
<!-- articleikel-Inhalt -->
|
||||
<!-- Beitrags-Inhalt -->
|
||||
<div class="article-view-content">
|
||||
<?php if (isset($content)): ?>
|
||||
<!-- nl2br für Zeilenumbrüche -->
|
||||
@@ -36,7 +35,7 @@ include_once 'php/controller/showArticle-controller.php';
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
<!-- articleikel-Endbereich (Tags) -->
|
||||
<!-- Beitrags-Endbereich (Tags) -->
|
||||
<?php if (isset($tags) && !empty($tags)): ?>
|
||||
<div class="article-view-bottom-section">
|
||||
<div class="article-view-tags-label">Tags:</div>
|
||||
|
||||
Reference in New Issue
Block a user