$this->make_hook('nl', AUTH_COOKIE, 'user'), 'ax/out' => $this->make_hook('out', AUTH_PUBLIC), 'ax/show' => $this->make_hook('nl_show', AUTH_COOKIE, 'user'), 'ax/search' => $this->make_hook('nl_search', AUTH_COOKIE, 'user'), 'ax/admin' => $this->make_hook('admin_nl', AUTH_MDP, 'user'), 'ax/admin/edit' => $this->make_hook('admin_nl_edit', AUTH_MDP, 'user'), 'ax/admin/edit/valid' => $this->make_hook('admin_nl_valid', AUTH_MDP, 'user'), 'ax/admin/edit/cancel' => $this->make_hook('admin_nl_cancel', AUTH_MDP, 'user'), 'ax/admin/edit/delete' => $this->make_hook('admin_nl_delete', AUTH_MDP, 'user'), 'ax/admin/categories' => $this->make_hook('admin_nl_cat', AUTH_MDP, 'user'), ); } protected function getNl() { require_once 'newsletter.inc.php'; return NewsLetter::forGroup(NewsLetter::GROUP_AX); } function handler_out($page, $hash = null) { if (!$hash) { if (!S::logged()) { return PL_DO_AUTH; } } return $this->handler_nl($page, 'out', $hash); } } // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?>