diff options
Diffstat (limited to 'public/app/views/components/subcategories.php')
| -rw-r--r-- | public/app/views/components/subcategories.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/public/app/views/components/subcategories.php b/public/app/views/components/subcategories.php deleted file mode 100644 index 5c05a94..0000000 --- a/public/app/views/components/subcategories.php +++ /dev/null @@ -1,19 +0,0 @@ -<!-- Sub-Categories --> - -<?php if ($breadcrumbs[ $id ]['childs'] != []) : ?> - - <h5>Υποκεφάλαια</h5> - - <div class="category-childs"> - - <?php foreach($breadcrumbs[ $id ]['childs'] as $key => $child) : ?> - - <a href="/course/<?=$child['id']?>" class="btn btn-light"> - <?=$child['label']?> - </a> - - <?php endforeach; ?> - - </div> - -<?php endif; ?>
\ No newline at end of file |
