Merge pull request #3 from sapioit/master

Added link to demo (and default-ed flat icons)
This commit is contained in:
Hal Gatewood 2016-06-28 00:56:15 -05:00 committed by GitHub
commit 7dcdd7a532
1 changed files with 4 additions and 2 deletions

View File

@ -42,6 +42,7 @@ SOFTWARE.
// ICON URL
$icon_url = "https://dl.dropbox.com/u/6771946/icons/icons.png";
$icon_url = "https://dl.dropbox.com/u/6771946/icons/flat.png";
// TOGGLE SUB FOLDERS, SET TO false IF YOU WANT OFF
$toggle_sub_folders = true;
@ -59,8 +60,8 @@ if( !$title ) { $title = cleanTitle(basename(dirname(__FILE__))); }
<link href="https://fonts.googleapis.com/css?family=Lato:700,400,300,300italic,700italic" rel="stylesheet" type="text/css" />
<style>
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
body { font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 400; font-size: 14px; line-height: 18px; padding: 0; margin: 0; background: #f5f5f5; }
.wrap { max-width: 600px; margin: 20px auto; background: white; padding: 40px; box-shadow: 0 0 2px #ccc; }
body { font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 400; font-size: 14px; line-height: 18px; padding: 0; margin: 0; background: #f5f5f5; text-align: center;}
.wrap { max-width: 600px; margin: 20px auto; background: white; padding: 40px; box-shadow: 0 0 2px #ccc; text-align: left;}
@media only screen and (max-width: 700px) { .wrap { padding: 15px; } }
h1 { text-align: center; margin: 40px 0; font-size: 22px; font-weight: bold; color: #666; }
a { color: #399ae5; text-decoration: none; } a:hover { color: #206ba4; text-decoration: none; }
@ -236,5 +237,6 @@ build_blocks( $items, false );
</script>
<?php } ?>
</div>
<a href="https://halgatewood.com/free/file-directory-list/">Free PHP File Directory Script</a> (<a href="https://github.com/halgatewood/file-directory-list/">GitHub</a>)
</body>
</html>