media->isAbsolute ? '' : __DIR__ . '/../../../../../../') . $this->media->getPath(), 'r'); $delim = CsvSettings::getFileDelimiter($f, 3); while (($line = \fgetcsv($f, 0, $delim)) !== false) { echo ''; foreach ($line as $cell) { echo '
' . \htmlspecialchars($cell); } } \fclose($f); ?>
printHtml(
                    $this->getFileContent(($this->media->isAbsolute ? '' : __DIR__ . '/../../../../../../') . $this->media->getPath())
                ); ?>