BorjaJA Posted June 10, 2020 Share Posted June 10, 2020 Buenas noches, Estoy intentando añadir un desplegable a una de las pestañas de mi menu horizontal. Buscando en el foro he encontrado alguna cosa, pero no he sido capaz de conseguirlo. Esto es lo que quiero realizar (pestaña blog): Este es el código del menu: <!-- Block links module --> <div id="links_block_top" class="block links"> <h3 class="h3 title_block "> <i class="material-icons"></i> </h3> <ul id="tm_toplink" class="block_content"> {foreach from=$tm_toplink_links item=tm_toplink_link} {if isset($tm_toplink_link.$lang)} <li> <a href="{$tm_toplink_link.url}" title="{$tm_toplink_link.$lang}" {if $tm_toplink_link.newWindow} onclick="window.open(this.href);return false;"{/if}>{$tm_toplink_link.$lang}</a> <!-- <span class="hot"></span> --> </li> {/if} {/foreach} </ul> </div> <!-- /Block links module --> Agradecería vuestra ayuda :) Saludos! Link to comment Share on other sites More sharing options...
BorjaJA Posted June 10, 2020 Author Share Posted June 10, 2020 ¿Alguien me puede echar una mano? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now