X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=pages%2Fcards.sh;h=b0e7e9413010282e436a05fe2957e01e038d4358;hp=b9254ff0c2ef7f6c057f51a6d9e797122820937a;hb=6b021a244e91f2eab215aa195ac19156b182c688;hpb=7bd4ca5aa2d41bfcc8181714e2d834b3c152b778 diff --git a/pages/cards.sh b/pages/cards.sh index b9254ff..b0e7e94 100755 --- a/pages/cards.sh +++ b/pages/cards.sh @@ -58,6 +58,11 @@ list_hi_companies(){ | sort -u } +list_categories() { + catfile="${_DATA}/mappings/categories" + sort -u "$catfile" +} + listcards() { case "${_GET[filtertype]}" in any)