* @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com */ /** * @var \phpOMS\Views\View $this */ /** * @var $media \Modules\Media\Models\Media */ $media = $this->getData('media'); echo $this->getData('nav')->render(); ?>
| Size | = $media->getSize(); ?> |
| Created at | = $media->getCreatedAt()->format('Y-m-d'); ?> |
| Created by | = $media->getCreatedBy(); ?> |
| Description | = $media->getDescription(); ?> |
| Content | |
getPath()));
$output = str_replace(["\r\n", "\r"], "\n", $output);
$output = explode("\n", $output);
foreach($output as $line) : ?>= $line; ?>