[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Fix by making the smart menu class work conditionnaly

Benoit Grégoire (@benoitg) via TikiWiki-cvs <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <689a604e90b27_2cd6894807de@gitlab-sidekiq-low-urgency-cpu-bound-v2-554588f964-czw76.mail>

Benoit Grégoire pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
ec150c2e by franck franck kalunga at 2025-08-11T21:19:59+00:00
[FIX] Fix by making the smart menu class work conditionnaly
---
* [FIX] Fix by making the smart menu class work conditionnaly

See merge request tikiwiki/tiki!8241

- - - - -


1 changed file:

- templates/bootstrap_menu.tpl


Changes:

=====================================
templates/bootstrap_menu.tpl
=====================================
@@ -1,6 +1,6 @@
 {if $prefs.jquery_smartmenus_enable eq 'y'}
     {* Smartmenu megamenu navigation *}
-    <ul class="sm-nav {if $bs_menu_class}{$bs_menu_class}{else}navbar-nav me-auto nav{/if} {if $module_params.type|default:null eq 'vert'}{*sm-navbar--vertical*} flex-column{else}sm-navbar--horizontal{/if}">
+    <ul class="{if $bs_menu_class}{$bs_menu_class}{else}sm-nav navbar-nav me-auto nav{/if} {if $module_params.type|default:null eq 'vert'}{*sm-navbar--vertical*} flex-column{else}sm-navbar--horizontal{/if}">
         {foreach from=$list item=item}
             {include file='bootstrap_smartmenu.tpl' item=$item}
         {/foreach}



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/ec150c2e5b1affb2f4aa7d8ddc0e703f1b01e907

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/ec150c2e5b1affb2f4aa7d8ddc0e703f1b01e907
You're receiving this email because of your account on gitlab.com.

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.