'Backend Link', 'description' => 'Makes the backend area link available.' ]; } public function onRun() { $this->page['backendUrl'] = System::checkDebugMode() ? Backend::url('/') : null; } }