diff options
Diffstat (limited to 'web/template/pkg_search_form.php')
-rw-r--r-- | web/template/pkg_search_form.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/template/pkg_search_form.php b/web/template/pkg_search_form.php index 7428250..b4b88bd 100644 --- a/web/template/pkg_search_form.php +++ b/web/template/pkg_search_form.php @@ -21,6 +21,7 @@ $sortby = array( 'n' => __('Name'), 'c' => __('Category'), 'v' => __('Votes'), + 'p' => __('Popularity'), 'w' => __('Voted'), 'o' => __('Notify'), 'm' => __('Maintainer'), |