A few modifications I made in my installation of this plugin:
- changed the three occurences of $curpath
$curpath = rtrim(dirname($_SERVER['PHP_SELF']), "wp-admin"); - changed the paragraph displayed by adding an id (mymood) for styling purposes
- changed
$files[$n] = substr($file, 0, -4);forif (basename($file, $imgtype) != "noicon") { $files[$n] = basename($file, $imgtype); }