summaryrefslogtreecommitdiff
path: root/public/app/views/components/subcategories.php
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-05-27 13:06:44 +0300
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-05-27 13:06:44 +0300
commitd1338cbb59d0752155f17d94b0b9b073df95183f (patch)
tree75b7fe87a47ee6961dc38263582117bb920fa1d4 /public/app/views/components/subcategories.php
parent38cc5c0c3abed6cfe4fbe0cbabec60a8ed64784d (diff)
downloadgyraf1gov-d1338cbb59d0752155f17d94b0b9b073df95183f.tar.gz
gyraf1gov-d1338cbb59d0752155f17d94b0b9b073df95183f.tar.bz2
gyraf1gov-d1338cbb59d0752155f17d94b0b9b073df95183f.zip
content model; add petition to database
Diffstat (limited to 'public/app/views/components/subcategories.php')
-rw-r--r--public/app/views/components/subcategories.php19
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