Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 3bab4fe

Browse files
committed
Reverted changes on HTML for mod_menue.html so CSS works again
1 parent e441d07 commit 3bab4fe

File tree

1 file changed

+5
-5
lines changed
  • styles/foundation_papoo/templates/plugins/bootstrapdropdown/templates

1 file changed

+5
-5
lines changed

styles/foundation_papoo/templates/plugins/bootstrapdropdown/templates/mod_menue.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{if $module_aktiv.mod_menue}
22
<nav class="top-bar" data-topbar>
3-
<div class="title-area">
4-
<div class="name">
3+
<ul class="title-area">
4+
<li class="name">
55
<strong>
66
<a href="{$slash}" accesskey="0" title="{$message_2000} {$link}" aria-label="{$message_2000} {$link}">
77
{$top_title}
88
</a>
99
</strong>
10-
</div>
11-
<div class="toggle-topbar menu-icon"><a href="#" title="Menü öffnen" aria-label="Menü öffnen"><span>menu</span></a></div>
12-
</div>
10+
</li>
11+
<li class="toggle-topbar menu-icon"><a href="#" title="Menü öffnen" aria-label="Menü öffnen"><span>menu</span></a></li>
12+
</ul>
1313

1414
<section class="top-bar-section">
1515
{foreach item=kat from=$catlist_data.0}

0 commit comments

Comments
 (0)