t('Community Types'), '$desc' => '', '$all' => t('All community types'), 'base' => z_root() . '/communities', '$sel_all' => (($_REQUEST['project']) ? false : true), '$terms' => $results ]); return $output; } } public static function site_sort($a, $b) { return strcasecmp($a['site_project'], $b['site_project']); } }