. */ if (!defined('LACONICA')) { exit(1); } require_once(INSTALLDIR.'/lib/personal.php'); require_once(INSTALLDIR.'/lib/noticelist.php'); class StreamAction extends PersonalAction { function show_notice_list($notice) { $nl = new NoticeList($notice); return $nl->show(); } }