Skip to content

Commit

Permalink
ids
Browse files Browse the repository at this point in the history
  • Loading branch information
vanekm committed Feb 3, 2024
1 parent 94d61c4 commit b4571ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Modules/Fof/DefaultModule/templates/Schedule/detail.latte
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@

{foreach $group['items'] as $item}
{if !in_array($item['itemId'], $itemsToSkip)}
<div class="rules">
<div id="{$item['itemId']}" class="rules">
{if !($group['name'][$lang] == $item['name'][$lang])}
<div id="$item['itemId']" class="title">
<div class="title">
{$item['name'][$lang]}
</div>
{/if}
Expand Down

0 comments on commit b4571ca

Please sign in to comment.