getData('media'); echo $this->getData('nav')->render(); ?>
| Name | = $this->printHtml($media->getName()); ?> |
| Size | = $this->printHtml($media->getSize()); ?> |
| Created at | = $this->printHtml($media->getCreatedAt()->format('Y-m-d')); ?> |
| Created by | = $this->printHtml($media->getCreatedBy()->getName1()); ?> |
| Description | = $this->printHtml($media->getDescription()); ?> |
getPath());
$output = str_replace(["\r\n", "\r"], "\n", $output);
$output = explode("\n", $output);
foreach($output as $line) : ?>= $this->printHtml($line); ?>