Seite 1 von 1

Dropdown navigation!

Verfasst: Do 15. Okt 2015, 10:35
von lovee19us
Hallo Leute

ich bin neu in Contenido und brauch hilfe.

ich habe ein dropdown navigation und als wie kann ich in navigation module dropdowm einrichten.

Vieln Dank für eure hilfe

Lovee :)

Re: Dropdown navigation!

Verfasst: Do 15. Okt 2015, 19:35
von derju
Hi Lovee,

das macht man in dem Module selbst unter HTML:

Code: Alles auswählen

{if !empty($wrapper.subcats) }
            {include file="navigation_main/template/get.tpl"
                tree=$wrapper.subcats path=$path ulId=""}
        {/if}
Hier findest du auch eine allgemeine Dokumentation über Smarty Templates:
http://www.smarty.net/documentation

LG - derJu