softwares-list/category.php
2026-01-14 13:05:55 +01:00

5 lines
157 B
PHP

<div class="category col-md rounded m-2">
<h5 class="m-2"><?php echo $category->name; ?></h5>
<?php showSoftwares($category); ?>
</div>