add subnavigation to hosting-plans
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -27,6 +27,7 @@ return [
|
|||||||
'plans_add' => [
|
'plans_add' => [
|
||||||
'title' => lng('admin.plans.add'),
|
'title' => lng('admin.plans.add'),
|
||||||
'image' => 'fa-solid fa-plus',
|
'image' => 'fa-solid fa-plus',
|
||||||
|
'self_overview' => ['section' => 'plans', 'page' => 'overview'],
|
||||||
'sections' => [
|
'sections' => [
|
||||||
'section_a' => [
|
'section_a' => [
|
||||||
'title' => lng('admin.plans.plan_details'),
|
'title' => lng('admin.plans.plan_details'),
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ return [
|
|||||||
'plans_edit' => [
|
'plans_edit' => [
|
||||||
'title' => lng('admin.plans.edit'),
|
'title' => lng('admin.plans.edit'),
|
||||||
'image' => 'fa-solid fa-pen',
|
'image' => 'fa-solid fa-pen',
|
||||||
|
'self_overview' => ['section' => 'plans', 'page' => 'overview'],
|
||||||
'sections' => [
|
'sections' => [
|
||||||
'section_a' => [
|
'section_a' => [
|
||||||
'title' => lng('admin.plans.plan_details'),
|
'title' => lng('admin.plans.plan_details'),
|
||||||
|
|||||||
Reference in New Issue
Block a user