Quantcast
Channel: OXID Community Forum
Viewing all articles
Browse latest Browse all 6951

Die erste Kategorie nicht anzeigen

$
0
0
Hallo OXIDler,
dieser Code gibt alle Hauptkategorien mit Bildern auf der Startseite aus.
Ist es möglich, die erste Hauptkategorie nicht mit auszugeben. Also erst ab der zweiten zu beginnen.


PHP Code:

    [{foreach from=$oxcmp_categories item=ocat key=catkey name=root}]
    <
li>
    <
span></span>
    [{* -- 
Zauberschlüssel -- *}]
    [{if 
$ocat->load($catkey)}][{/if}]
    [{if 
$ocat->getIsVisible()}]
    <
div class="box">
    <
h3>
    <
a href="[{$ocat->getLink()}]" title="[{$ocat->oxcategories__oxtitle->value}]">
    [{
$ocat->oxcategories__oxtitle->value}]</a>
    </
h3>
    <
div class="content catPicOnly">
    <
div class="subcatPic">
    <
a href="[{$ocat->getLink()}]" title="[{$ocat->oxcategories__oxtitle->value}]">
    <
img src="[{$ocat->getPromotionIconUrl()}]" alt="[{$ocat->oxcategories__oxtitle->value}]">
    </
a>
    </
div>
    </
div>
    </
div>
    </
li>
    [{/if}]
    [{/foreach}] 

Beste Grüße
Flo

Viewing all articles
Browse latest Browse all 6951

Trending Articles