$filelist ? $_title_filelist : $_title_list, 'body'=>plugin_list_getlist($filelist)); } // Get a list function plugin_list_getlist($withfilename = FALSE) { global $non_list, $whatsnew; $pages = array_diff(get_existpages(), array($whatsnew)); if (! $withfilename) $pages = array_diff($pages, preg_grep('/' . $non_list . '/S', $pages)); if (empty($pages)) return ''; return page_list($pages, 'read', $withfilename); } ?>