status as $directory => $statusInfo) { $rowClass = 'row-' . ((($counter % 2) == 0)? 'odd' : 'even'); if (!$statusInfo['exists'] || !$statusInfo['writable'] || $statusInfo['chmod'] != '0777' ) { $icon = $this->getIcon('delete'); } else { $icon = $this->getIcon('Ok', null, 16); } ?>
lang->L_DIR; ?> lang->L_STATUS; ?>  
Exists
Writable
chmod