Skip to content

Commit

Permalink
fix: header outputting selector
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Jan 12, 2023
1 parent e1207fe commit 2c3b9e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RockFrontend.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public static function getModuleInfo()
{
return [
'title' => 'RockFrontend',
'version' => '2.14.0',
'version' => '2.14.1',
'summary' => 'Module for easy frontend development',
'autoload' => true,
'singular' => true,
Expand Down
4 changes: 2 additions & 2 deletions profiles/rock/files/site/templates/sections/header.latte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{* here you can exclude items from main + mobile menu, eg template!=blogitem *}
{$wire->mainMenuSelector = ""}
{$wire->mobileMenuSelector = $wire->mainMenuSelector}
{do $wire->mainMenuSelector = ""}
{do $wire->mobileMenuSelector = $wire->mainMenuSelector}

<header {alfred($page)}>
<div class="rf-boxed">
Expand Down

0 comments on commit 2c3b9e1

Please sign in to comment.