add subnavigation to hosting-plans

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-10-19 08:32:48 +02:00
parent f07bc950c6
commit b9e9cb9377
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ return [
'plans_add' => [
'title' => lng('admin.plans.add'),
'image' => 'fa-solid fa-plus',
'self_overview' => ['section' => 'plans', 'page' => 'overview'],
'sections' => [
'section_a' => [
'title' => lng('admin.plans.plan_details'),

View File

@@ -27,6 +27,7 @@ return [
'plans_edit' => [
'title' => lng('admin.plans.edit'),
'image' => 'fa-solid fa-pen',
'self_overview' => ['section' => 'plans', 'page' => 'overview'],
'sections' => [
'section_a' => [
'title' => lng('admin.plans.plan_details'),