You are here

public property filedepot::$iconmap in filedepot 7

Same name and namespace in other branches
  1. 6 filedepot.class.php \filedepot::iconmap

File

./filedepot.class.php, line 28
filedepot.class.php Main class for the Filedepot module

Class

filedepot
@file filedepot.class.php Main class for the Filedepot module

Code

public $iconmap = array(
  'default' => 'none.gif',
  'favorite-on' => 'staron-16x16.gif',
  'favorite-off' => 'staroff-16x16.gif',
  'locked' => 'padlock.gif',
  'download' => 'download.png',
  'editfile' => 'editfile.png',
  'upload' => 'upload.png',
);