diff --git a/index.php b/index.php
index cb019b1..6377f3d 100644
--- a/index.php
+++ b/index.php
@@ -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__))); }