diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-04-25 03:40:09 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-04-25 03:40:09 +0300 |
| commit | 65d07ba64d45c77d2db16272710ec5702b34d641 (patch) | |
| tree | 4578793e288cd1a6dc08f87ab44d0e3568904c12 /public/app/views/components/top_bar.php | |
| parent | 13753d58d6aceaea8f246040518d50f2eb06a8d9 (diff) | |
| download | classroom-65d07ba64d45c77d2db16272710ec5702b34d641.tar.gz classroom-65d07ba64d45c77d2db16272710ec5702b34d641.tar.bz2 classroom-65d07ba64d45c77d2db16272710ec5702b34d641.zip | |
front-end: putting everything together
Diffstat (limited to 'public/app/views/components/top_bar.php')
| -rw-r--r-- | public/app/views/components/top_bar.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/app/views/components/top_bar.php b/public/app/views/components/top_bar.php index ed96e35..0e6e437 100644 --- a/public/app/views/components/top_bar.php +++ b/public/app/views/components/top_bar.php @@ -3,9 +3,9 @@ <?php // breadcrumbs //////////////////////////////////////////////////////////////////////// Render::template("components/breadcrumbs", [ - 'id' => 0, - 'title' => '', - 'parents' => [] + 'id' => $id, + 'label' => $label, + 'parents' => $parents ]); ?> |
