Skip to content

Commit

Permalink
Fix if there are no new apps.
Browse files Browse the repository at this point in the history
  • Loading branch information
csev committed Apr 17, 2023
1 parent 43634ac commit b11aea4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion store/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@
$newApps = array_filter($registrations, 'new_apps');
$theRest = array_filter($registrations, 'the_rest');

if ( count($newApps) > 0 ) {
?>
<div>
<div class="bxslider">
Expand All @@ -267,8 +268,8 @@
?>
</div>
</div>

<?php
}

echo('<div id="box">'."\n");

Expand Down

0 comments on commit b11aea4

Please sign in to comment.