12 lines
235 B
PHP
12 lines
235 B
PHP
<?php
|
|
return array(
|
|
'items' => [
|
|
'options' => [
|
|
'options' => 'Options',
|
|
'general' => 'General',
|
|
'development' => 'Development',
|
|
'platform' => 'Platform',
|
|
],
|
|
],
|
|
);
|