From ebbe08bf1d0152768ef8cd7a302c0c182fc440c8 Mon Sep 17 00:00:00 2001 From: Hal Gatewood Date: Tue, 6 Sep 2016 00:59:19 -0500 Subject: [PATCH] new 1.9 options added --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index fffd9bf..853de52 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,13 @@ The URL of the icons used on the left. This is sprite of even spaced out icons. `$toggle_sub_folders = true;` If a folder is clicked on, it will slide down the sub folder. You can turn this off here. + +-- +`$force_download = true;` + +This will add the html download attribute which forces the download in some browsers. + +-- +`$ignore_empty_folders = true;` + +Ability to hide empty folders.