getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.32k stars 168 forks source link

[Cms] Implement site.php controller #212

Closed bastianallgeier closed 6 years ago

jenstornell commented 6 years ago

Also make it possible to register it with the extension registry:

$kirby->set('controller', 'site', __DIR__ . '/controllers/site.php');
ghost commented 6 years ago

This issue was moved by bastianallgeier to k-next/ideas#1.