❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
$site->errorPage()
Returns the $page object for the error page.
return
($page)
Example
<?= $site->errorPage()->text() ?>
↑
Cheat Sheet overview
←
$site->documents()
→
$site->file($filename)
↓
Back to Cheat Sheet section
Top