From 65d07ba64d45c77d2db16272710ec5702b34d641 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Tue, 25 Apr 2023 03:40:09 +0300 Subject: front-end: putting everything together --- public/app/views/components/top_bar.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public/app/views/components/top_bar.php') 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 @@ 0, - 'title' => '', - 'parents' => [] + 'id' => $id, + 'label' => $label, + 'parents' => $parents ]); ?> -- cgit v1.2.3