HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/zuiderbos.komma.pro/app/config/navigation.php
<?php

return [

    'main_navigation' => [
        'school',
        'college',
        'parents',
        'future-student',
        'support',
        'academy',
        'ozapp',
        'business',
    ],

    'job_navigation' => [
        'references',
        'foundation',
        'contact',
    ],

    'foundation_navigation' => [
        'identity-course',
        'organisation',
        'documentation',
    ],

    'academy_navigation' => [
        'arrangements',
        'suggestion',
        'custom',
        'contact',
    ],

    'services_navigation' => [
        'ozapp',
        'business',
        'contact',
    ],

    'sub_navigation' => [
        //        'actual',
        'actual-news',
        'school-documentation',
        'college-documentation',
        'rules',
        'learning-paths',
        'next',
        'faq',
        //        'avg',
        'contact',
    ],

    'mobile_navigation' => [

        'references',
        'foundation',
        'academy',
        'ozapp',

        'identity-course',
        'organisation',
        'documentation',

        'school',
        'college',
        'parents',
        'future-student',
        'support',
        'actual',
        'rules',
        'learning-paths',

        'faq',
        'arrangements',
        'suggestion',
        'custom',
        'contact',
    ],

    'footer_navigation' => [
        'home',
        'about',
        'contact',
    ],

    'footer_nav' => [
        'home',
        'actual-news',
        'school-documentation',
        'college-documentation',
        'rules',
        'learning-paths',
        'next',
        'faq',
        'avg',
        'contact',
    ],
];