Add initial translations, images, templates, and CSS for Leo Bootstrap Menu module

This commit is contained in:
2025-01-15 23:39:34 +01:00
parent b789889ba8
commit e5f2620da3
135 changed files with 21475 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
{*
* @Module Name: Leo Blog
* @Website: leotheme.com.com - prestashop template provider
* @author Leotheme <leotheme@gmail.com>
* @copyright Leotheme
* @description: Content Management
*}
{if isset($menu.megaconfig->subwidth) && $menu.megaconfig->subwidth}
{if $group_type == 'horizontal'}
style="width:{$menu.megaconfig->subwidth}px;"
{else}
{if (isset($typesub) && $typesub == 'left') }
style="width:{$menu.megaconfig->subwidth}px; left: -{$menu.megaconfig->subwidth}px;"
{else}
style="width:{$menu.megaconfig->subwidth}px; left: 100%;"
{/if}
{/if}
{/if}