Skip to content

Commit

Permalink
Remove unused variable (#44539)
Browse files Browse the repository at this point in the history
  • Loading branch information
janschoenherr authored Nov 28, 2024
1 parent 4407015 commit a35011f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod_articles_categories/tmpl/default_items.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
foreach ($list as $item) : ?>
<li<?php if ($id == $item->id && in_array($view, ['category', 'categories']) && $option == 'com_content') {
echo ' class="active"';
} ?>> <?php $levelup = $item->level - $startLevel - 1; ?>
} ?>>
<a href="<?php echo Route::_(RouteHelper::getCategoryRoute($item->id, $item->language)); ?>">
<?php echo $item->title; ?>
<?php if ($params->get('numitems')) : ?>
Expand Down

0 comments on commit a35011f

Please sign in to comment.