X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot_cfg.php.dist;h=375eab99ae5fd6ebeb7ac6bf1c1d9641c305f5ff;hp=65475531a5e41fd5ebe369abe137f38590aecc36;hb=HEAD;hpb=bcf2be54a7c2b02fdba03b509befafd0c6b50946 diff --git a/phpfspot_cfg.php.dist b/phpfspot_cfg.php.dist index 6547553..375eab9 100644 --- a/phpfspot_cfg.php.dist +++ b/phpfspot_cfg.php.dist @@ -1,49 +1,153 @@ sort by date ascending (17.1, 18.1, 19.1, ...) + date_desc => sort by date descending (19.1, 18.1, 17.1, ...) + name_asc => sort by name ascending (alphabetical) + name_desc => sort by name descending (alphabetical) + tags_asc => sort by tag ascending (alphabetical) + tags_desc => sort by tag descending (alphabetical) + rate_asc => sort by rate value ascending (1, 2, 3, 4, 5) + rate_desc => sort by rate value descending (5, 4, 3, 2, 1) + + Attention: Rate value is available beginning with F-Spot version 0.4.1 + + */ + var $sort_order = "tags_asc"; + + public function __construct() + { + + } // __construct() + +} // class PHPFSPOT_CFG ?>