mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
19 lines
295 B
PHP
19 lines
295 B
PHP
<?php
|
|
|
|
return [
|
|
'latest_ads' => [
|
|
'name' => 'Latest Ads',
|
|
],
|
|
'show_all' => [
|
|
'name' => 'Show All',
|
|
],
|
|
'login' => [
|
|
'name' => 'Login',
|
|
],
|
|
'logout' => [
|
|
'name' => 'Logout',
|
|
],
|
|
'profile' => [
|
|
'name' => 'Profile',
|
|
],
|
|
]; |