function get_feeds_list() { require_once PATH_TO_ROOT . '/download/download_cats.class.php'; $dl_cats = new DownloadCats(); return $dl_cats->get_feeds_list(); }