1.9 updates

This commit is contained in:
Hal Gatewood 2016-09-06 01:00:31 -05:00 committed by GitHub
parent ebbe08bf1d
commit 5018d0a4dd
1 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@ You can create an array of extensions not to show, for example: 'jpg,png,gif,pdf
This will sort the files, the available options are: name_asc, name_desc, date_asc, date_desc
--
`$icon_url = "https://dl.dropbox.com/u/6771946/icons/flat.png";`
`$icon_url = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAAyCAYAAADP7vEw....";`
The URL of the icons used on the left. This is sprite of even spaced out icons. You can create your own like the one above and just change this link.
A data sprite of evenly spaced out icons. You can create your own like the one found here: https://dl.dropbox.com/u/6771946/icons/flat.png
--
`$toggle_sub_folders = true;`