8 lines
112 B
PHP
8 lines
112 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'all' => 'All Categories',
|
|
'all_types' => 'All Types'
|
|
];
|