123456789101112131415161718192021222324 |
- <?php
- return [
- // Leave this alone
- 'modules' => [
- // This should be the path to this modules userguide pages, without the 'guide/'. Ex: '/guide/modulename/' would be 'modulename'
- 'ko7' => [
- // Whether this modules userguide pages should be shown
- 'enabled' => TRUE,
- // The name that should show up on the userguide index page
- 'name' => 'KO7',
- // A short description of this module, shown on the index page
- 'description' => 'Documentation for KO7 core/system.',
- // Copyright message, shown in the footer for this module
- 'copyright' => '© 2008–2024 Koseven Team',
- ],
- ],
- ];
|