Skip to content
Code-Schnipsel Gruppen Projekte
Commit 6f1ba21c erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

Issue #5

Übergeordneter fada4a23
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
.content-template-faq-list-category {
margin-bottom: 40px;
}
.content-template-faq-list-category .content-short {
margin-bottom: 10px;
}
\ No newline at end of file
......@@ -43,7 +43,11 @@
{assign var=position value=1}
{foreach $faqList as $Faq}
<li itemscope itemprop="itemListElement" itemtype="http://schema.org/ListItem">
<a itemprop="url" href="{url site=$Category}#faq{$Faq->getId()}">
{if $Faq->getAttribute('type') == 'quiqqer/faq:types/entry'}
<a itemprop="url" href="{url site=$Category}#faq{$Faq->getId()}">
{else}
<a itemprop="url" href="{url site=$Faq}">
{/if}
<span itemprop="name">{$Faq->getAttribute('title')}</span>
<meta itemprop="position" content="{$position}" />
{assign var=position value=$position+1}
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren