mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Move mod/manage to src/Module/Delegation
- Move templates/manage to templates/delegation - Update navigation links - Update CSS classes
This commit is contained in:
parent
4ee9e21a4f
commit
02f02d44dc
25 changed files with 204 additions and 202 deletions
|
@ -92,6 +92,7 @@ return [
|
|||
'/ignored' => [Module\Contact::class, [R::GET]],
|
||||
],
|
||||
'/credits' => [Module\Credits::class, [R::GET]],
|
||||
'/delegation'=> [Module\Delegation::class, [R::GET, R::POST]],
|
||||
'/dirfind' => [Module\Search\Directory::class, [R::GET]],
|
||||
'/directory' => [Module\Directory::class, [R::GET]],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue