Skip to content
Code-Schnipsel Gruppen Projekte
Commit 9d4ecc27 erstellt von Michael Danielczok's avatar Michael Danielczok
Dateien durchsuchen

fix: Show page title on category page according to template setting.

Übergeordneter 3af9af5a
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
Keine zugehörigen Merge Requests gefunden
......@@ -14,6 +14,8 @@ textarea {
textarea {
line-height: 1.6em;
padding-top: 10px;
padding-bottom: 10px;
}
input[type="text"]:hover,
......
......@@ -116,7 +116,9 @@
style="background-image: url('{image src=$Site->getAttribute('image_emotion') width=1160 onlysrc=1 rewrited=1}')"
>
<div class="page-content-header-emotion-container">
<h1>{$Site->getAttribute('title')}</h1>
{if $pageTitle == 'header' || $pageTitle == 'both'}
<h1>{$Site->getAttribute('title')|nl2br}</h1>
{/if}
<div class="page-content-emotion-short">
{$Site->getAttribute('short')}
</div>
......@@ -124,7 +126,9 @@
</header>
{else}
<header class="page-content-header">
{if $pageTitle == 'header' || $pageTitle == 'both'}
<h1>{$Site->getAttribute('title')|nl2br}</h1>
{/if}
<div class="page-content-emotion-short">
{$Site->getAttribute('short')|nl2br}
</div>
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren